add init.sage, update .vimrc for vimwiki (instead of in nvim)

This commit is contained in:
arnaucube
2023-01-11 19:49:45 +01:00
parent 0bf54d569c
commit 77d8de78f5
3 changed files with 38 additions and 0 deletions

1
.zshrc
View File

@@ -65,5 +65,6 @@ alias golint="~/go/bin/golint"
export PATH="$HOME/.cargo/bin:$PATH"
export EDITOR=vim
export LC_ALL="en_US.UTF-8"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh