diff --git a/.zshrc b/.zshrc index db2bc02..698d938 100644 --- a/.zshrc +++ b/.zshrc @@ -48,14 +48,17 @@ [ -x "$(command -v nvim)" ] && alias vim="nvim" vimdiff="nvim -d" # I do this too much by accident smh my head - alias ':q'='exit' \ + alias :q='exit' \ q='exit' \ + alias vim=nvim alias sc=shellcheck # rmdir is long alias \ rmd='rmdir' \ rd='rmdir' \ + + alias mkd=mkdir # <<< ## Program improvements (ex: ls = ls -h) >>> @@ -369,7 +372,7 @@ zinit load "zsh-users/zsh-completions" # Themes - # zplug "themes/robbyrussell", from:oh-my-zsh, as:theme + # terminal colors if [[ -f ~/.config/shell/colors.sh ]];then source ~/.config/shell/colors.sh else