summaryrefslogtreecommitdiff
path: root/config/essentials
diff options
context:
space:
mode:
Diffstat (limited to 'config/essentials')
-rw-r--r--config/essentials/git/config2
-rw-r--r--config/essentials/shell/functions.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/config/essentials/git/config b/config/essentials/git/config
index fcf80db..2e3033d 100644
--- a/config/essentials/git/config
+++ b/config/essentials/git/config
@@ -8,5 +8,3 @@
autosetupremote = true
[pull]
rebase = false
-[commit]
- gpgsign = true
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)"