diff options
author | self <george@gabbott.dev> | 2022-11-06 21:59:06 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-11-06 21:59:06 +0000 |
commit | 780660e512bcac132d3a446a630c3eb8e23e3080 (patch) | |
tree | 3227cf7601a495a39728e3ffbb725865f98eca74 /zsh/.zshrc | |
parent | 8ecfffaa7fc3790e001598cbbc32cc0623d3b4de (diff) |
Moved various envvars from zshenv to zshrc so they work
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -31,7 +31,13 @@ autoload -U promptinit && promptinit source "$XDG_CONFIG_HOME/zsh/.zshrc-xdg" ################################## orgd ####################################### -export ORGD_TD_PATH="$HOME/docs/wr/td" +export WRITTEN="$HOME/docs/wr" +export ORGD_ROOT="$WRITTEN/orgd" + +export ORGD_TD_PATH="$ORGD_ROOT/td" +export ORGD_CLD_PATH="$ORGD_ROOT/cld" +export ORGD_KT_PATH="$ORGD_ROOT/kt" +export ORGD_MED_PATH="$ORGD_ROOT/med" ########## Configuration ############# if [[ ! -d ~/.config/zsh/zsh-autopair ]]; then |