summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/essentials/zsh/functions.zsh')
-rw-r--r--config/essentials/zsh/functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/functions.zsh b/config/essentials/zsh/functions.zsh
index 1682315..7a94207 100644
--- a/config/essentials/zsh/functions.zsh
+++ b/config/essentials/zsh/functions.zsh
@@ -59,7 +59,7 @@ go()
ogo()
{
_googoo_fzf_opt "$1"
- cd "$(dirname "$(goo f "$dest")" | fzf $opt)"
+ cd "$(dirname "$(goo f "$dest" | fzf $opt)")"
}
dgo()
{