added mkd alias for mkdir
This commit is contained in:
parent
5ea3f3c345
commit
e9acafe7cd
1 changed files with 5 additions and 2 deletions
7
.zshrc
7
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue