1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

fix(wal): fixed global variables for fish

This commit is contained in:
Ryan Kes 2020-12-20 15:22:57 +01:00
parent 05cc2dbe2f
commit c996f37348

View File

@ -1,32 +1,32 @@
# Shell variables # Shell variables
# Generated by 'wal' # Generated by 'wal'
set -g wallpaper "{wallpaper}" set -xg wallpaper "{wallpaper}"
# Special # Special
set -g background "{background}" set -xg background "{background}"
set -g foreground "{foreground}" set -xg foreground "{foreground}"
set -g cursor '{cursor}' set -xg cursor '{cursor}'
# Colors # Colors
set -g color0 "{color0}" set -xg color0 "{color0}"
set -g color1 "{color1}" set -xg color1 "{color1}"
set -g color2 "{color2}" set -xg color2 "{color2}"
set -g color3 "{color3}" set -xg color3 "{color3}"
set -g color4 "{color4}" set -xg color4 "{color4}"
set -g color5 "{color5}" set -xg color5 "{color5}"
set -g color6 "{color6}" set -xg color6 "{color6}"
set -g color7 "{color7}" set -xg color7 "{color7}"
set -g color8 "{color8}" set -xg color8 "{color8}"
set -g color9 "{color9}" set -xg color9 "{color9}"
set -g color10 "{color10}" set -xg color10 "{color10}"
set -g color11 "{color11}" set -xg color11 "{color11}"
set -g color12 "{color12}" set -xg color12 "{color12}"
set -g color13 "{color13}" set -xg color13 "{color13}"
set -g color14 "{color14}" set -xg color14 "{color14}"
set -g color15 "{color15}" set -xg color15 "{color15}"
# FZF colors # FZF colors
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" set -xg -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"
# Fix LS_COLORS being unreadable. # Fix LS_COLORS being unreadable.
set -g -a LS_COLORS ":su=30;41:ow=30;42:st=30;44:" set -xg -a LS_COLORS ":su=30;41:ow=30;42:st=30;44:"