Various changes to desktop configuration

This commit is contained in:
2026-02-22 08:50:34 +08:00
parent 740297097b
commit aeffcee52f
9 changed files with 1972 additions and 1 deletions

View File

@@ -20,12 +20,23 @@ if status is-interactive
abbr -a mv 'mv -i'
abbr -a rm 'rm -i'
alias ai="aichat"
alias llm="aichat"
if type -q fzf
fzf --fish | source
end
if type -q starship
starship init fish | source
if test "$TERM" != linux
starship init fish | source
end
end
if test -z "$WAYLAND_DISPLAY"; and test (tty) = "/dev/tty1"
exec sway
end
end