fix #21 The tab key and the full screen in iTerm caused an undesired line deletion
This commit is contained in:
parent
9b02c9a175
commit
5950a96403
@ -35,7 +35,7 @@
|
|||||||
: ${yellow='\033[0;33m'}
|
: ${yellow='\033[0;33m'}
|
||||||
: ${violet='\033[0;35m'}
|
: ${violet='\033[0;35m'}
|
||||||
: ${branch_color='\033[0;34m'}
|
: ${branch_color='\033[0;34m'}
|
||||||
: ${reset='\033[0m'}
|
: ${reset=''}
|
||||||
|
|
||||||
|
|
||||||
PROMPT='$(build_prompt)%{$fg_bold[green]%}%~
|
PROMPT='$(build_prompt)%{$fg_bold[green]%}%~
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
: ${yellow='\033[0;33m'}
|
: ${yellow='\033[0;33m'}
|
||||||
: ${violet='\033[0;35m'}
|
: ${violet='\033[0;35m'}
|
||||||
: ${branch_color='\033[0;34m'}
|
: ${branch_color='\033[0;34m'}
|
||||||
: ${reset='\033[0m'}
|
: ${reset=''}
|
||||||
|
|
||||||
|
|
||||||
PROMPT='$(build_prompt)%{$fg_bold[green]%}
|
PROMPT='$(build_prompt)%{$fg_bold[green]%}
|
||||||
|
Loading…
Reference in New Issue
Block a user