diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-06 15:28:45 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-06 15:28:45 +0200 |
commit | 1a7e35285abb5db60d2e1544ce0100e82c5d3490 (patch) | |
tree | 6e27735e4fd25347d158b38216fb715660c2187b /config/essentials/shell | |
parent | 19ea61db733c9152f2b334b0ae9871f81ac3664d (diff) |
help
Diffstat (limited to 'config/essentials/shell')
-rw-r--r-- | config/essentials/shell/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 250d049..299b5e8 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -45,7 +45,7 @@ o() test "$1" && shift test -f "$f" && $EDITOR $@ "$f" } -go() +og() { _googoo_fzf_opt "$1" cd "$(goo d "$dest" | fzf $opt)" |