From c8e4077aaa9d99ba0a97ef7bd2da32875731bce5 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/.zshenv') 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" -- cgit v1.2.3