mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Fixes wal fish template
This commit is contained in:
parent
66873e60dd
commit
a4ca365978
@ -107,5 +107,3 @@ if set -q FZF_COMPLETE
|
|||||||
bind -M insert \t '__fzf_complete'
|
bind -M insert \t '__fzf_complete'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
cat ~/.cache/wal/sequences
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
# Shell variables
|
# Shell variables
|
||||||
# Generated by 'wal'
|
# Generated by 'wal'
|
||||||
set wallpaper "{wallpaper}"
|
set -g wallpaper "{wallpaper}"
|
||||||
|
|
||||||
# Special
|
# Special
|
||||||
set background "{background}"
|
set -g background "{background}"
|
||||||
set foreground "{foreground}"
|
set -g foreground "{foreground}"
|
||||||
set cursor '{cursor}'
|
set -g cursor '{cursor}'
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
set color0 "{color0}"
|
set -g color0 "{color0}"
|
||||||
set color1 "{color1}"
|
set -g color1 "{color1}"
|
||||||
set color2 "{color2}"
|
set -g color2 "{color2}"
|
||||||
set color3 "{color3}"
|
set -g color3 "{color3}"
|
||||||
set color4 "{color4}"
|
set -g color4 "{color4}"
|
||||||
set color5 "{color5}"
|
set -g color5 "{color5}"
|
||||||
set color6 "{color6}"
|
set -g color6 "{color6}"
|
||||||
set color7 "{color7}"
|
set -g color7 "{color7}"
|
||||||
set color8 "{color8}"
|
set -g color8 "{color8}"
|
||||||
set color9 "{color9}"
|
set -g color9 "{color9}"
|
||||||
set color10 "{color10}"
|
set -g color10 "{color10}"
|
||||||
set color11 "{color11}"
|
set -g color11 "{color11}"
|
||||||
set color12 "{color12}"
|
set -g color12 "{color12}"
|
||||||
set color13 "{color13}"
|
set -g color13 "{color13}"
|
||||||
set color14 "{color14}"
|
set -g color14 "{color14}"
|
||||||
set color15 "{color15}"
|
set -g color15 "{color15}"
|
||||||
|
|
||||||
# FZF colors
|
# FZF colors
|
||||||
set FZF_DEFAULT_OPTS "
|
set -g -a FZF_DEFAULT_OPTS "--color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 --color info:7,prompt:2,spinner:1,pointer:232,marker:1"
|
||||||
$FZF_DEFAULT_OPTS
|
|
||||||
--color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
|
|
||||||
--color info:7,prompt:2,spinner:1,pointer:232,marker:1
|
|
||||||
"
|
|
||||||
|
|
||||||
# Fix LS_COLORS being unreadable.
|
# Fix LS_COLORS being unreadable.
|
||||||
set LS_COLORS "$LS_COLORS:su=30;41:ow=30;42:st=30;44:"
|
set -g -a LS_COLORS ":su=30;41:ow=30;42:st=30;44:"
|
||||||
|
Loading…
Reference in New Issue
Block a user