diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/aliases.zsh | 2 | ||||
| -rw-r--r-- | lib/correction.zsh | 2 | ||||
| -rw-r--r-- | lib/history.zsh | 1 | 
3 files changed, 4 insertions, 1 deletions
| diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 89c904a7e..80760a1f5 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -18,7 +18,7 @@ alias history='fc -l 1'  # List direcory contents  alias lsa='ls -lah'  alias l='ls -la' -alias ll='ls -alr' +alias ll='ls -l'  alias sl=ls # often screw this up  alias afind='ack-grep -il' diff --git a/lib/correction.zsh b/lib/correction.zsh index a96f7ffd8..fc60dcdbd 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -6,3 +6,5 @@ alias mysql='nocorrect mysql'  alias mkdir='nocorrect mkdir'  alias gist='nocorrect gist'  alias heroku='nocorrect heroku' +alias ebuild='nocorrect ebuild' +alias hpodder='nocorrect hpodder' diff --git a/lib/history.zsh b/lib/history.zsh index 509be8f09..ca6f57079 100644 --- a/lib/history.zsh +++ b/lib/history.zsh @@ -10,6 +10,7 @@ setopt hist_verify  setopt inc_append_history  setopt extended_history  setopt hist_expire_dups_first +setopt hist_ignore_space  setopt SHARE_HISTORY  setopt APPEND_HISTORY | 
