diff options
Diffstat (limited to 'zsh')
| -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" | 
