Configuration files

git+zsh: set editor to terminal emacs

Changed files
+2 -2
+1 -1
.gitconfig
··· 5 5 [pull] 6 6 rebase = true 7 7 [core] 8 - editor = nvim 8 + editor = emacs -nw 9 9 pager = delta 10 10 11 11 [interactive]
+1 -1
.zshrc
··· 30 30 eval "$(starship init zsh)" 31 31 eval "$(zoxide init zsh --cmd cd)" 32 32 export GPG_TTY=$(tty) 33 - export EDITOR=nvim 33 + export EDITOR='emacs -nw' 34 34 export MANPAGER="sh -c 'col -xbf | bat -p -l man'" 35 35 36 36 # git