dotfiles/fish/config.fish
2023-09-13 11:32:40 +02:00

15 lines
367 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
if test -e $HOME/Documents/coding/dotfiles/shell/alias/alias
. $HOME/Documents/coding/dotfiles/shell/alias/alias
end
if type -q eza
and test -e $HOME/Documents/coding/dotfiles/shell/alias/eza
. $HOME/Documents/coding/dotfiles/shell/alias/eza
end
starship init fish | source