Browse code

Remove colour from ls command

Geoff Garside authored on 31/08/2009 at 20:12:58
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@ alias g='git'
16 16
 
17 17
 alias history='fc -l 1'
18 18
 
19
-alias ls='ls -GF'
19
+alias ls='ls -F'
20 20
 alias ll='ls -al'
21 21
 
22 22
 alias sgem='sudo gem'
... ...
@@ -34,3 +34,6 @@ alias et='mate . &'
34 34
 alias ett='mate app config lib db public spec test Rakefile Capfile Todo &'
35 35
 alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
36 36
 alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo &'
37
+
38
+bindkey "^[[A" history-beginning-search-backward
39
+bindkey "^[[B" history-beginning-search-forward