confOS/.config/fish/conf.d/abbr_arch.fish

6 lines
257 B
Fish
Raw Normal View History

2023-03-13 16:02:20 +01:00
abbr code "codium"
abbr d "nautilus . -w &> /dev/null & disown"
abbr vs "codium ."
2023-03-19 16:15:45 +01:00
abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
2023-05-19 14:09:16 +02:00
abbr topgrade "topgrade -y -c --skip-notify"