2022-05-08 14:14:08 +02:00
|
|
|
if status is-interactive
|
|
|
|
# Commands to run in interactive sessions can go here
|
|
|
|
end
|
2022-05-08 14:54:35 +02:00
|
|
|
|
|
|
|
set fish_greeting
|
|
|
|
alias l "ls -hAGg"
|
2022-05-13 11:53:31 +02:00
|
|
|
alias wtr "weather.sh"
|
2022-07-06 13:22:22 +02:00
|
|
|
alias wifi "nmcli device wifi rescan && nmcli device wifi list"
|
2022-05-08 22:09:16 +02:00
|
|
|
fish_add_path /home/crispypin/bin/scripts
|