mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
fish: Source wal colors as needed
This commit is contained in:
parent
fff41b8d39
commit
cc4c81b4d0
@ -81,6 +81,11 @@ if string match -qe -- "/dev/pts/" (tty)
|
||||
alias ssh="kitty +kitten ssh"
|
||||
end
|
||||
|
||||
# Source wal colors as needed
|
||||
if status is-interactive; and test "$TERM" = "xterm-256color"
|
||||
cat ~/.cache/wal/sequences
|
||||
end
|
||||
|
||||
# Abbreviations are aliases that expand
|
||||
if not set -q set_abbr
|
||||
set -U set_abbr
|
||||
|
Loading…
Reference in New Issue
Block a user