From 9e2cf325a896f000af51491c835ee339b9784547 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2023 06:58:59 +0300 Subject: fix(bashrc): name of env var Sponsored-by: author --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.1