summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-24 06:58:59 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-24 06:58:59 +0300
commit9e2cf325a896f000af51491c835ee339b9784547 (patch)
treedd628ff0e5e057a15ceb26426316648c844af15f
parentdedb841ec9e501bf418c1785f938fb4a3b789bde (diff)
downloadliw-dot-files-9e2cf325a896f000af51491c835ee339b9784547.tar.gz
fix(bashrc): name of env var
Sponsored-by: author
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 74fb91e..6bdf56a 100644
--- a/bashrc
+++ b/bashrc
@@ -193,7 +193,7 @@ if [ -n "$PS1" ]; then
bind -r ''
fi
-export PROMT_COMMAND=prompt_set_window_title
+export PROMPT_COMMAND=prompt_set_window_title
if command -v zoxide > /dev/null; then
eval "$(zoxide init bash)"