Procházet zdrojové kódy

More intuitive and practical clear aliases

Alois Mahdal před 11 roky
rodič
revize
8b0ba13782
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      dotfiles/bash/global-before.bashrc

+ 2
- 1
dotfiles/bash/global-before.bashrc Zobrazit soubor

@@ -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'