Various changes to desktop configuration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user