From 7716bfd83e560b55ed5ad5d463f55e1972bf1d84 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 6 Nov 2016 02:58:17 +0100 Subject: zsh/aliases: Fix help command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/aliases.zsh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh') 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' -- cgit v1.2.3-54-g00ecf