mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
disable bash reverse-percent prompt behavior
This commit is contained in:
parent
9ea8a9d790
commit
c459942686
1 changed files with 1 additions and 1 deletions
2
bash/rc
2
bash/rc
|
|
@ -9,7 +9,7 @@ source $DOTFILES_BASH_DIR/completion
|
|||
|
||||
PROMPT_COMMAND="set_prompt;"
|
||||
PROMPT_COMMAND+="set_term_title;"
|
||||
PROMPT_COMMAND+="clear_incomplete_line;"
|
||||
#PROMPT_COMMAND+="clear_incomplete_line;"
|
||||
|
||||
# Make bash check its window size after a process completes
|
||||
shopt -s checkwinsize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue