Kaynağa Gözat

More intuitive and practical clear aliases

Alois Mahdal 11 yıl önce
ebeveyn
işleme
8b0ba13782
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      dotfiles/bash/global-before.bashrc

+ 2
- 1
dotfiles/bash/global-before.bashrc Dosyayı Görüntüle

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'