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

10 lines
546 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 "find . -name '*.ext1' -o -name '*.ext2' -exec echo "File: {}" \; -exec cat {} \; | xclip -selection clipboard"
abbr ls "eza --git --icons -gl"
abbr pdf "firefox *.pdf & disown"