update docs

This commit is contained in:
Bartek Pacia 2024-04-08 22:04:15 +01:00
commit 810a0f6e3d
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@
0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
0="${${(M)0:#/*}:-$PWD/$0}"
# Open the current directory in a Finder window
# Open in Finder the directories passed as arguments, or the current directory if
# no directories are passed
function ofd {
if (( ! $# )); then
open_command $PWD