diff options
author | listout <listout@protonmail.com> | 2021-04-12 18:12:21 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-12 18:12:21 +0530 |
commit | bbd9da0d4b0239bdf2ec8e31ac3df0194f445054 (patch) | |
tree | 215ca53427e54a83c51bcc713bed9848b4c75e1c /.config/zsh/help_command.zsh | |
parent | 15f10d928957173033ac2466cd4ff030cb1f629d (diff) |
zsh configuration added
Diffstat (limited to '.config/zsh/help_command.zsh')
-rw-r--r-- | .config/zsh/help_command.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/help_command.zsh b/.config/zsh/help_command.zsh new file mode 100644 index 0000000..91f2892 --- /dev/null +++ b/.config/zsh/help_command.zsh @@ -0,0 +1,2 @@ +autoload -Uz run-help +alias help=run-help |