dotfiles/fish/config.fish
2022-07-06 13:22:22 +02:00

9 lines
254 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"
alias wifi "nmcli device wifi rescan && nmcli device wifi list"
fish_add_path /home/crispypin/bin/scripts