summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.zshrc.local b/home/.zshrc.local
index 9ac3687..c34a0d8 100644
--- a/home/.zshrc.local
+++ b/home/.zshrc.local
@@ -79,6 +79,7 @@ alias grep="grep -i"
alias cp="cp -i"
alias nano="nano -w"
alias route6="route -Ainet6"
+alias cls='printf "\033c"'
if main_node; then
alias gnuplot="gnuplot -persist"