Browse Source

More intuitive and practical clear aliases

Alois Mahdal 11 years ago
parent
commit
8b0ba13782
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      dotfiles/bash/global-before.bashrc

+ 2
- 1
dotfiles/bash/global-before.bashrc View File

35
 export GLOBIGNORE=.:..
35
 export GLOBIGNORE=.:..
36
 
36
 
37
 # some more aliases
37
 # some more aliases
38
-alias cls='clear_to_bottom'
38
+alias cls='clear'
39
+alias clsz='clear_to_bottom'
39
 alias ll='ls -lh'
40
 alias ll='ls -lh'
40
 alias lla='ls -lha'
41
 alias lla='ls -lha'
41
 alias open='gnome-open'
42
 alias open='gnome-open'