浏览代码

Remove colour from ls command

Geoff Garside 15 年之前
父节点
当前提交
841cca16a6
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      aliases.zsh

+ 4 - 1
aliases.zsh

@@ -16,7 +16,7 @@ alias g='git'
 
 
 alias history='fc -l 1'
 alias history='fc -l 1'
 
 
-alias ls='ls -GF'
+alias ls='ls -F'
 alias ll='ls -al'
 alias ll='ls -al'
 
 
 alias sgem='sudo gem'
 alias sgem='sudo gem'
@@ -34,3 +34,6 @@ alias et='mate . &'
 alias ett='mate app config lib db public spec test Rakefile Capfile Todo &'
 alias ett='mate app config lib db public spec test Rakefile Capfile Todo &'
 alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
 alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
 alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
 alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
+
+bindkey "^[[A" history-beginning-search-backward
+bindkey "^[[B" history-beginning-search-forward