summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-24 10:21:46 -0600
committerzachir <zachir@librem.one>2023-02-24 10:21:46 -0600
commitc8e4077aaa9d99ba0a97ef7bd2da32875731bce5 (patch)
tree32f61f2aa745df8db8c5053b74022e1412a75a2a /zsh
parent7cea954341add9edddaa56cce4cffbbbb5f02602 (diff)
add SRCDIR variable to zsh
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index d4241e5..c36a40d 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -71,6 +71,9 @@ export IMAGE="sxiv"
export OPENER="xdg-open"
export PAGER="less"
+# DIRS
+export SRCDIR="$HOME/.local/src"
+
# KSH
export ENV="$XDG_CONFIG_HOME/mksh/mkshrc"