From bbd9da0d4b0239bdf2ec8e31ac3df0194f445054 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 12 Apr 2021 18:12:21 +0530 Subject: zsh configuration added --- .config/zsh/help_command.zsh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/zsh/help_command.zsh (limited to '.config/zsh/help_command.zsh') 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 -- cgit v1.2.3