local instead of global

This commit is contained in:
Mylloon 2024-12-21 14:01:09 +01:00
parent bef62e7f05
commit 6b4bdacdd4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,5 +9,5 @@ abbr la "eza --git -gla"
abbr llt "eza --git --tree --level=2 -gl" abbr llt "eza --git --tree --level=2 -gl"
abbr lat "eza --git --tree --level=2 -gla" 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 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' -delete" abbr zfind "find . -type f -name '*:Zone.Identifier' -delete"
abbr beep "powershell.exe -c '[console]::beep(200,300)'" abbr beep "powershell.exe -c '[console]::beep(200,300)'"