dotfiles/fish/config.fish
2023-04-05 08:32:59 +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 exa
and test -e $HOME/Documents/coding/dotfiles/shell/alias/exa
. $HOME/Documents/coding/dotfiles/shell/alias/exa
end
starship init fish | source