ofd: better version of the fix

This commit is contained in:
Bartek Pacia 2024-04-08 18:30:41 +01:00
commit 24401b114a
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -4,7 +4,7 @@
0="${${(M)0:#/*}:-$PWD/$0}"
# Open the current directory in a Finder window
alias ofd='open_command $PWD'
alias ofd='open_command'
# Show/hide hidden files in the Finder
alias showfiles="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"