confOS/.config/fish/conf.d/abbr_arch.fish
2024-08-23 18:30:37 +02:00

12 lines
627 B
Fish

abbr code codium
abbr d "nautilus . -w &> /dev/null & disown"
abbr vs "codium ."
# abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
abbr xclip "xclip -selection clipboard"
abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'"
abbr rm "trash -f"
abbr catall "catall . '*.ext1' '*.ext2' | xclip -selection clipboard"
abbr ll "eza --git --icons=auto -gl"
abbr la "eza --git --icons=auto -gla"
abbr pdf "firefox *.pdf & disown"
abbr beep "cvlc --play-and-exit /usr/share/sounds/freedesktop/stereo/bell.oga &> /dev/null"