2023-03-21 08:53:33 +01:00
|
|
|
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
|
|
|
|
|
2023-04-05 08:32:59 +02:00
|
|
|
if type -q exa
|
|
|
|
and test -e $HOME/Documents/coding/dotfiles/shell/alias/exa
|
|
|
|
. $HOME/Documents/coding/dotfiles/shell/alias/exa
|
|
|
|
end
|
|
|
|
|
2023-03-21 08:53:33 +01:00
|
|
|
starship init fish | source
|