diff options
author | zachir <zachir@librem.one> | 2023-02-09 15:49:32 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-09 15:49:32 -0600 |
commit | 944bcb63f0b56cb1b2ac5ace64743a66a9f3b650 (patch) | |
tree | 0539a61823c9d83bb25b890bb5b2c8b55b6eecfc /zsh/.zshrc | |
parent | c2fb36df2c383078b67462b2b93d3f77c376a2e2 (diff) |
fix e alias in *ksh and zsh
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |