diff --git a/.bashrc b/.bashrc index e51fa09..7b86558 100644 --- a/.bashrc +++ b/.bashrc @@ -12,6 +12,7 @@ export GPG_TTY=$(tty) # We hate sudo here alias sudo='sh -c "exit 1"' # Other aliases +alias clear="printf '\033[2J\033[H'" alias c='clear' alias ls='ls --color=auto -FAh' alias ll='ls -l'