mirror of
https://github.com/notwa/rc
synced 2024-11-05 08:29:02 -08:00
prevent truncated output from ruining shell prompts
openSUSE disables this for no reason.
This commit is contained in:
parent
d213384ba4
commit
cf1e5eeaed
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ setopt menu_complete # autoselect the first completion entry
|
||||||
setopt no_beep # be quiet
|
setopt no_beep # be quiet
|
||||||
setopt no_match # error on bad tab-complete
|
setopt no_match # error on bad tab-complete
|
||||||
setopt path_dirs # Perform path search even on command names with slashes.
|
setopt path_dirs # Perform path search even on command names with slashes.
|
||||||
|
setopt prompt_cr prompt_sp # prevent truncated output from ruining shell prompts
|
||||||
setopt rc_quotes # 'it''s okay' becomes "it's okay"
|
setopt rc_quotes # 'it''s okay' becomes "it's okay"
|
||||||
unsetopt flow_control # Disable start/stop characters in shell editor.
|
unsetopt flow_control # Disable start/stop characters in shell editor.
|
||||||
unsetopt bang_hist # this does nothing but cause me grief (disables !s)
|
unsetopt bang_hist # this does nothing but cause me grief (disables !s)
|
||||||
|
|
Loading…
Reference in a new issue