Quellcode durchsuchen

More intuitive and practical clear aliases

Alois Mahdal vor 11 Jahren
Ursprung
Commit
8b0ba13782
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      dotfiles/bash/global-before.bashrc

+ 2
- 1
dotfiles/bash/global-before.bashrc Datei anzeigen

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