pdf command

This commit is contained in:
Mylloon 2024-03-13 08:46:53 +01:00
parent 4a91911124
commit 07554e27e9
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,3 +7,4 @@ abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -
abbr rm "trash -f" abbr rm "trash -f"
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | xclip -selection clipboard" abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | xclip -selection clipboard"
abbr ls "eza --git --icons -gl" abbr ls "eza --git --icons -gl"
abbr pdf "firefox *.pdf & disown"