ソースを参照

More intuitive and practical clear aliases

Alois Mahdal 11 年 前
コミット
8b0ba13782
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      dotfiles/bash/global-before.bashrc

+ 2
- 1
dotfiles/bash/global-before.bashrc ファイルの表示

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