Add cd .. aliases

This commit is contained in:
buffet 2021-06-03 14:26:34 +00:00
parent e07edd1f2c
commit cbdd746c97

View file

@ -5,6 +5,8 @@ shopt -s cdspell checkjobs extglob globstar histappend nocaseglob
HISTCONTROL=erasedups:ignorespace
HISTFILE="$XDG_CACHE_HOME/bash_history"
alias ..='cd ..'
alias cd..='cd ..'
alias htop='htop -t'
alias mkdir='mkdir -p'
alias rg='rg -S'