@@ -35,7 +35,8 @@ export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
export GLOBIGNORE=.:..
# some more aliases
-alias cls='clear_to_bottom'
+alias cls='clear'
+alias clsz='clear_to_bottom'
alias ll='ls -lh'
alias lla='ls -lha'
alias open='gnome-open'