diff options
author | zachir <zachir@librem.one> | 2023-02-24 10:21:46 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-24 10:25:07 -0600 |
commit | 62474f75a769b4518c9936027ffb05ec08a2a273 (patch) | |
tree | 3b6f2be376e6a9db825469615276bcb80803b1d1 /zsh/.zshenv | |
parent | 442320ac104ddb770cbf4ffbb883f6f7fc54c2b3 (diff) |
add SRCDIR variable to zsh
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 0767da6..4599cd2 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" |