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