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

10 lines
483 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 ."
# abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
2023-10-18 11:16:59 +02:00
abbr xclip "xclip -selection clipboard"
2024-03-07 17:15:54 +01:00
abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'"
2023-11-10 12:10:09 +01:00
abbr rm "trash -f"
2023-11-18 21:01:17 +01:00
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | xclip -selection clipboard"
abbr ls "eza --git --icons -gl"