diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-25 00:32:46 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-25 00:32:46 +0200 | 
| commit | 0b5f4fbc66bc3ba5a1717f70a9b4ae5fb542742c (patch) | |
| tree | 05560b9caec1ada254baea794d546b6bc93567d1 /config/essentials/zsh | |
| parent | c9dec781ad79c0345c7d2d98ab59de5d4f858ba7 (diff) | |
[functions.zsh] fixed typo in ogo
Diffstat (limited to 'config/essentials/zsh')
| -rw-r--r-- | config/essentials/zsh/functions.zsh | 2 | 
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()  {  | 
