diff options
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r-- | zsh/.zshenv | 3 |
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" |