dotfiles/fish/config.fish

8 lines
190 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
set fish_greeting
alias l "ls -hAGg"
alias wtr "weather.sh"
fish_add_path /home/crispypin/bin/scripts