mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Remove colour from ls command
This commit is contained in:
parent
df8ad95c6a
commit
841cca16a6
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue