Change git so that it opens neovim instead of nano...
This commit is contained in:
parent
57a2ac7f68
commit
e1fe8cf414
@ -7,6 +7,7 @@ NOW=$(pwd)
|
||||
# Setup git
|
||||
git config --global user.email "9hmbzr275@mozmail.com"
|
||||
git config --global user.name "Segcolt"
|
||||
git config --global core.editor "nvim"
|
||||
|
||||
# Clone some configs
|
||||
git clone $GIT_DOMAIN/Segcolt/kitty-conf $HOME/.config/kitty
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user