From 944bcb63f0b56cb1b2ac5ace64743a66a9f3b650 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 9 Feb 2023 15:49:32 -0600 Subject: fix e alias in *ksh and zsh --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 1c13e80..5442bc9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -9,6 +9,8 @@ setopt HIST_IGNORE_DUPS setopt INC_APPEND_HISTORY setopt HIST_REDUCE_BLANKS +_SH="zsh" + if [ -f "$XDG_CONFIG_HOME"/sh/aliases ]; then source "$XDG_CONFIG_HOME"/sh/aliases fi -- cgit v1.2.3