diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-06 02:58:17 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 7716bfd83e560b55ed5ad5d463f55e1972bf1d84 (patch) | |
tree | 5700a9f096de01834497fdc20557a8bfbeecbf70 /zsh | |
parent | 69423a47769d1564dc84f5330707c74a3138e96f (diff) | |
download | dotfiles-7716bfd83e560b55ed5ad5d463f55e1972bf1d84.tar.xz |
zsh/aliases: Fix help command
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/aliases.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 57762a3..210d8d2 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -2,6 +2,10 @@ # Aliases and functions # +# Don't have run-help aliased to man +unalias run-help +alias help=run-help + alias '...'='../..' ls_options=('--almost-all' '--classify' '--color=auto' |