dotfiles/fish/config.fish

27 lines
860 B
Fish
Raw Normal View History

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"
2023-03-11 17:34:45 +01:00
alias ll "ls -l"
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"
2023-03-11 17:34:45 +01:00
alias ff fastfetch
alias pf pfetch
alias gst "git status"
alias glog "git log --oneline"
2023-08-03 21:25:40 +02:00
alias cac "cargo clippy"
alias car "cargo run"
alias carr "cargo run --release"
alias cacp "cargo clippy -- -W clippy::pedantic"
alias tab "echo \"hard_tabs = true\" > rustfmt.toml"
alias :3 "echo meow :3"
2024-01-24 21:05:21 +01:00
alias kill_vr "killall vrdashboard -9 & killall vrmonitor -9 & killall steamvrwebhelper -9 & killall vrcompositor -9"
2023-08-03 21:25:40 +02:00
alias py python
fish_add_path /home/crispypin/bin/
fish_add_path /home/crispypin/.cargo/bin
2022-05-08 22:09:16 +02:00
fish_add_path /home/crispypin/bin/scripts
2023-03-11 17:34:45 +01:00
fish_add_path /home/crispypin/bin/snoud
2023-08-03 21:25:40 +02:00
fish_add_path /home/crispypin/bin/sinpin-vr