summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-06-15 21:06:11 +0100
committerself <george@gabbott.dev>2023-06-15 21:06:11 +0100
commit7c6ef3acf9f679d5c6fdfa0e412cebe18b5afdc6 (patch)
tree8cba6de32bdd481ab28b1e7c06a5ef41ac72997d
parenta7772cd276588fcec11c7d080a258dd1b50c21f0 (diff)
zsh: updated ORGD_INST_PATH, and changed p10k prompt
-rw-r--r--zsh/.zshrc2
-rw-r--r--zsh/p10k.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 161d0f3..45d3d7a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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"
diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh
index a56f50c..2448a2f 100644
--- a/zsh/p10k.zsh
+++ b/zsh/p10k.zsh
@@ -189,7 +189,7 @@
# Default prompt symbol.
typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='>'
# Prompt symbol in command vi mode.
- typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='<'
+ typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION=':'
# Prompt symbol in visual vi mode.
typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='V'
# Prompt symbol in overwrite vi mode.