[.zshrc] Don't show any character on the end of partial lines

This commit is contained in:
Daniel Carrillo 2020-11-26 17:59:14 +01:00
parent 03abe9cac0
commit e9b621fb30
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -15,6 +15,7 @@ export HISTSIZE=100000
unsetopt correct
unsetopt correctall
DISABLE_CORRECTION="true"
PROMPT_EOL_MARK=''
##### aliases ######