This commit is contained in:
Mylloon 2024-03-26 11:12:51 +01:00
parent 6ab5480af6
commit 46c470de8d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 2 additions and 1 deletions

View file

@ -29,4 +29,3 @@ abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;"
abbr grp "git remote prune origin"
abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
abbr ls "eza --icons"
abbr la "ll -a"

View file

@ -7,4 +7,5 @@ abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -
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"

View file

@ -5,3 +5,4 @@ abbr wgcc x86_64-w64-mingw32-gcc
abbr rm "rm -rf"
abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | clip.exe"
abbr ll "eza --git -gl"
abbr la "eza --git -gla"