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

7 lines
295 B
Fish
Raw Normal View History

2023-10-09 17:12:05 +02:00
abbr code codium
2023-03-13 16:02:20 +01:00
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"
2023-10-18 11:16:59 +02:00
abbr xclip "xclip -selection clipboard"