summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-09 21:07:06 -0600
committerzachir <zachir@librem.one>2023-02-09 21:07:06 -0600
commit7a2dd5235800003487d43c57d1b76847c692bce4 (patch)
tree8d96101718e456180a6c6df40182a3e5dfe7e5cd /zsh/.zshrc
parent590e65f30f0478d7345be93191dc8bbe151c8a55 (diff)
parent9c096aa3d0e26537228489f3c522070454d96436 (diff)
merge updates
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
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