add level
This commit is contained in:
parent
feef5c4c8a
commit
921631bd9e
3 changed files with 5 additions and 5 deletions
|
@ -29,7 +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 lst "eza --icons=auto --tree --level=2"
|
||||
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"
|
||||
|
|
|
@ -8,8 +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 llt "eza --git --icons=auto --tree --level=2 -gl"
|
||||
abbr lat "eza --git --icons=auto --tree --level=2 -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"
|
||||
|
|
|
@ -6,8 +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 llt "eza --git --tree --level=2 -gl"
|
||||
abbr lat "eza --git --tree --level=2 -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)'"
|
||||
|
|
Loading…
Reference in a new issue