feat: cls alias

This commit is contained in:
angeD 2021-12-28 14:02:19 +01:00
parent 12cbefe3dd
commit 8e8367ad84

1
.zshrc
View File

@ -100,6 +100,7 @@ source $ZSH/oh-my-zsh.sh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
alias pls="sudo"
alias cls="clear && ls -lh"
alias -g G="|grep -i"
alias config="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
alias mkdebug="CFLAGS+=-ggdb make re"