diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-04 13:12:20 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-04 13:12:20 +0200 |
commit | 0afe617cb914a00470a5346e47456fe1ed67e1c7 (patch) | |
tree | cc2ab58f1afbf63e4fb646f6f3d09b30aa001945 /config/essentials/shell/functions.sh | |
parent | dccc861f61115477deaec687e0eeb237576d41da (diff) |
checkpoint
Diffstat (limited to 'config/essentials/shell/functions.sh')
-rw-r--r-- | config/essentials/shell/functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 1eca57c..9f7f4ce 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -45,12 +45,12 @@ o() test "$1" && shift test -f "$f" && $EDITOR $@ "$f" } -go() +og() { _googoo_fzf_opt "$1" cd "$(goo d "$dest" | fzf $opt)" } -ogo() +oog() { _googoo_fzf_opt "$1" cd "$(dirname "$(goo f "$dest" | fzf $opt)")" |