diff --git a/zsh/.zshrc b/zsh/.zshrc index c410752..ebff3bd 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,8 +1,5 @@ alias ls='ls --color=auto' alias grep='grep --color' -alias vim='nvim' -alias vi='nvim' -alias w3='w3m -T text/html' fpath+=~/.local/share/zsh/functions