Explorar el Código

More intuitive and practical clear aliases

Alois Mahdal hace 11 años
padre
commit
8b0ba13782
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      dotfiles/bash/global-before.bashrc

+ 2
- 1
dotfiles/bash/global-before.bashrc Ver fichero

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