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 | |
parent | 19ea61db733c9152f2b334b0ae9871f81ac3664d (diff) |
help
-rw-r--r-- | config/essentials/git/config | 2 | ||||
-rw-r--r-- | config/essentials/shell/functions.sh | 2 | ||||
-rw-r--r-- | config/home/.zshenv | 4 |
3 files changed, 3 insertions, 5 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)" diff --git a/config/home/.zshenv b/config/home/.zshenv index 745f8bf..7d23dd7 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -1,6 +1,6 @@ #!/bin/zsh -export EDITOR="nvim" -export VISUAL="nvim" +export EDITOR="vis" +export VISUAL="vis" export BROWSER="librewolf" export VIEWER="zathura" |