mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-04 23:51:13 +01:00
Fixed vim alias
This commit is contained in:
parent
4e8dca78e0
commit
bb5aaf05f3
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -110,4 +110,4 @@ source $ZSH/oh-my-zsh.sh
|
|||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
alias vim = "nvim"
|
||||
alias vim="nvim"
|
||||
|
|
Loading…
Reference in a new issue