neovim으로 다시 돌아감

This commit is contained in:
2021-07-24 02:40:01 +09:00
parent ed5e9623f3
commit f11ad31663
8 changed files with 176 additions and 99 deletions

1
zshrc
View File

@@ -104,6 +104,7 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias vim=nvim
alias vi=vim
TERM=xterm-256color
export GPG_TTY=$(tty)