From 1a7e35285abb5db60d2e1544ce0100e82c5d3490 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 6 Jun 2024 15:28:45 +0200 Subject: help --- config/essentials/shell/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/essentials/shell/functions.sh') 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)" -- cgit v1.2.3