diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index 1d35d7b..1423a0a 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -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" diff --git a/.config/fish/conf.d/abbr_arch.fish b/.config/fish/conf.d/abbr_arch.fish index c0c0f20..25b9b3b 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -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" diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index 1714b91..ce6d4ed 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -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)'"