mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
bash: disable clear incomplete line
This commit is contained in:
parent
633781f7e2
commit
ba11a13117
1 changed files with 1 additions and 1 deletions
2
bash/rc
2
bash/rc
|
|
@ -19,7 +19,7 @@ GIT_PS1_SHOWUNTRACKEDFILES=1
|
|||
|
||||
precmd() {
|
||||
LAST_CMD_RC=$?
|
||||
clear_incomplete_line
|
||||
#clear_incomplete_line
|
||||
set_prompt
|
||||
update_terminal_cwd
|
||||
set_term_title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue