mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-24 13:22:23 +00:00
asdf
This commit is contained in:
parent
0fa2f22b97
commit
6cffd31f63
6 changed files with 16 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"optOut": false,
|
"optOut": false,
|
||||||
"lastUpdateCheck": 1587466072569
|
"lastUpdateCheck": 1587574844538
|
||||||
}
|
}
|
|
@ -1,6 +1,14 @@
|
||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR __fish_initialized:3100
|
SETUVAR __fish_initialized:3100
|
||||||
|
SETUVAR dangerous_colors:000000\x1e083743\x1e445659\x1efdf6e3\x1eb58900\x1ecb4b16\x1edc121f\x1eaf005f\x1e6c71c4\x1e268bd2\x1e2aa198\x1e859900
|
||||||
|
SETUVAR dangerous_cursors:\x5c033\x5d12\x3b\x23268bd2\x5c007\x1e\x5c033\x5d12\x3b\x23b58900\x5c007\x1e\x5c033\x5d12\x3b\x23af005f\x5c007\x1e\x5c033\x5d12\x3b\x236c71c4\x5c007
|
||||||
|
SETUVAR dangerous_day:000000\x1e333333\x1e666666\x1effffff\x1effff00\x1eff6600\x1eff0000\x1eff0033\x1e3300ff\x1e00aaff\x1e00ffff\x1e00ff00
|
||||||
|
SETUVAR dangerous_night:000000\x1e083743\x1e445659\x1efdf6e3\x1eb58900\x1ecb4b16\x1edc121f\x1eaf005f\x1e6c71c4\x1e268bd2\x1e2aa198\x1e859900
|
||||||
|
SETUVAR dangerous_nocmdhist:c\x1ed\x1ell\x1els\x1em\x1es
|
||||||
|
SETUVAR dangerous_pwdstyle:short\x1elong\x1enone
|
||||||
|
SETUVAR dangerous_sessions_active:\x1d
|
||||||
|
SETUVAR dangerous_sessions_active_pid:\x1d
|
||||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||||
SETUVAR fish_color_cancel:\x2dr
|
SETUVAR fish_color_cancel:\x2dr
|
||||||
SETUVAR fish_color_command:00cff7
|
SETUVAR fish_color_command:00cff7
|
||||||
|
|
|
@ -6,5 +6,7 @@
|
||||||
|
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
|
content.notifications:
|
||||||
|
https://calendar.google.com: true
|
||||||
content.register_protocol_handler:
|
content.register_protocol_handler:
|
||||||
https://mail.google.com?extsrc=mailto&url=%25s: false
|
https://calendar.google.com?cid=%25s: true
|
||||||
|
|
|
@ -42,10 +42,10 @@ c.editor.command = ["alacritty", "-e", "vim", "{file}"]
|
||||||
|
|
||||||
# c.auto_save.session = True
|
# c.auto_save.session = True
|
||||||
|
|
||||||
c.url.searchengines = {
|
c.url.searchengines = {
|
||||||
"DEFAULT": "https://duckduckgo.com/?q={}",
|
"DEFAULT": "https://duckduckgo.com/?q={}",
|
||||||
"wa": "https://wiki.archlinux.org/?search={}",
|
"wa": "https://wiki.archlinux.org/?search={}",
|
||||||
"y": "https://youtube.com/results?search_query={}",
|
"y": "https://youtube.com/results?search_query={}",
|
||||||
"g": "https://google.com/search?q={}",
|
"g": "https://google.com/search?q={}",
|
||||||
"h": "https://hoogle.haskell.org/?hoogle={}",
|
"h": "https://hoogle.haskell.org/?hoogle={}",
|
||||||
"w": "https://wikipedia.org/wiki/Special:Search/{}"
|
"w": "https://wikipedia.org/wiki/Special:Search/{}"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue