10 lines
235 B
Fish
10 lines
235 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
|
||
|
|
||
|
starship init fish | source
|