Commit 841cca16 authored by Geoff Garside's avatar Geoff Garside
Browse files

Remove colour from ls command

parent df8ad95c
......@@ -16,7 +16,7 @@ alias g='git'
alias history='fc -l 1'
alias ls='ls -GF'
alias ls='ls -F'
alias ll='ls -al'
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 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 &'
bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment