confOS/.config/fish/conf.d/abbr_arch.fish
2024-04-11 14:43:51 +02:00

11 lines
521 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 -gl"
abbr la "eza --git --icons -gla"
abbr pdf "firefox *.pdf & disown"