aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-06 02:58:17 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commit7716bfd83e560b55ed5ad5d463f55e1972bf1d84 (patch)
tree5700a9f096de01834497fdc20557a8bfbeecbf70 /zsh
parent69423a47769d1564dc84f5330707c74a3138e96f (diff)
downloaddotfiles-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.zsh4
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'