From 62474f75a769b4518c9936027ffb05ec08a2a273 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 24 Feb 2023 10:21:46 -0600 Subject: add SRCDIR variable to zsh --- zsh/.zshenv | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') 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" -- cgit v1.2.3