From 8e8367ad84ab7c77c39558918b32c947a372adae Mon Sep 17 00:00:00 2001 From: angeD Date: Tue, 28 Dec 2021 14:02:19 +0100 Subject: [PATCH] feat: cls alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index e6b5c07..38d8f57 100644 --- a/.zshrc +++ b/.zshrc @@ -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"