add tree aliases

This commit is contained in:
Mylloon 2024-11-07 08:29:43 +01:00
parent 7874e8630f
commit feef5c4c8a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 5 additions and 0 deletions

View file

@ -29,6 +29,7 @@ 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=auto"
abbr lst "eza --icons=auto --tree"
abbr topgrade "topgrade; pacman-clean"
abbr run "for i in (seq 100); ./program; end"
abbr commit-undo "git reset --hard HEAD~1 && git push --force"

View file

@ -8,6 +8,8 @@ abbr rm "trash -f"
abbr catall "catall . '*.ext1' '*.ext2' | xclip -selection clipboard"
abbr ll "eza --git --icons=auto -gl"
abbr la "eza --git --icons=auto -gla"
abbr llt "eza --git --icons=auto --tree -gl"
abbr lat "eza --git --icons=auto --tree -gla"
abbr pdf "firefox *.pdf & disown"
abbr beep "cvlc --play-and-exit /usr/share/sounds/freedesktop/stereo/bell.oga &> /dev/null"
abbr p "xclip -o > file"

View file

@ -6,6 +6,8 @@ abbr rm "rm -rf"
abbr catall "catall . '*.ext1' '*.ext2' | clip.exe"
abbr ll "eza --git -gl"
abbr la "eza --git -gla"
abbr llt "eza --git --tree -gl"
abbr lat "eza --git --tree -gla"
abbr pdf "'/mnt/c/Program Files/Mozilla Firefox/firefox.exe' (for f in *.pdf; echo "file:///"(wslpath -m .)/\$f; end)"
abbr zfind "find ~ -type f -name '*:Zone.Identifier' -ok rm {} \;"
abbr beep "powershell.exe -c '[console]::beep(200,300)'"