From e9acafe7cd35af754c356fadefd7472508746b42 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 3 Sep 2021 01:39:50 -0700 Subject: [PATCH] added mkd alias for mkdir --- .zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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