local instead of global
This commit is contained in:
parent
bef62e7f05
commit
6b4bdacdd4
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ abbr la "eza --git -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' -delete"
|
||||
abbr zfind "find . -type f -name '*:Zone.Identifier' -delete"
|
||||
abbr beep "powershell.exe -c '[console]::beep(200,300)'"
|
||||
|
|
Loading…
Reference in a new issue