summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-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)"