diff options
author | self <george@gabbott.dev> | 2023-06-15 21:06:11 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2023-06-15 21:06:11 +0100 |
commit | 7c6ef3acf9f679d5c6fdfa0e412cebe18b5afdc6 (patch) | |
tree | 8cba6de32bdd481ab28b1e7c06a5ef41ac72997d /zsh/.zshrc | |
parent | a7772cd276588fcec11c7d080a258dd1b50c21f0 (diff) |
zsh: updated ORGD_INST_PATH, and changed p10k prompt
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ export WRITTEN="$HOME/docs/wr" export LLE="$WRITTEN/lle" export HOLIDAY="$LLE/hol" export ORGD_ROOT="$WRITTEN/orgd" -export ORGD_INST_PATH="$HOME/git/proj/orgd" +export ORGD_INST_PATH="$HOME/git/pp/orgd" export ORGD_SCR_PATH="$ORGD_INST_PATH/scr" export ORGD_TD_PATH="$ORGD_ROOT/td" |