dotfiles/fish/config.fish

13 lines
232 B
Fish
Raw Permalink Normal View History

if status is-interactive
# commands to run in interactive sessions can go here
#
# better file listing
alias ll "ls -lah"
# set the node version
nvm use latest &> /dev/null
end
starship init fish | source