diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-03-06 22:57:26 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-03-06 22:57:26 +0100 |
| commit | 9837fb91855f267982b0aefb1339bef4b5b8ee6c (patch) | |
| tree | 7aebb8e85d6d4bd37719145d0385e097090c09ed /.config | |
| parent | 00c33aed4c8a448d5c08203dbfe6ddd6d6eb7577 (diff) | |
git editor
Diffstat (limited to '.config')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 390c789..18bb130 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -4,6 +4,7 @@ export XDG_DATA_HOME=$HOME/.local/share export XDG_STATE_HOME=$HOME/.local/state export EDITOR="kc s" +export GIT_EDITOR="kak " export PATH="$PATH:$HOME/go/bin:/usr/local/go/bin" export PATH="$HOME/.local/bin:$PATH" |
