mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-20 16:20:43 +02: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"
|
alias ssh="kitty +kitten ssh"
|
||||||
end
|
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
|
# Abbreviations are aliases that expand
|
||||||
if not set -q set_abbr
|
if not set -q set_abbr
|
||||||
set -U set_abbr
|
set -U set_abbr
|
||||||
|
Loading…
Reference in New Issue
Block a user