1
0
Fork 0

Zsh: Silence echoti errors

This commit is contained in:
tastytea 2022-04-01 23:59:17 +02:00
parent e004081c5a
commit d3daa18cfb
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ setopt CORRECT_ALL FLOW_CONTROL INTERACTIVE_COMMENTS LONG_LIST_JOBS
zmodload zsh/terminfo
# Test for the title setting capability (To Status Line)
if echoti tsl > /dev/null; then
if echoti tsl > /dev/null 2>&1; then
# Write some info to terminal title.
# This is seen when the shell prompts for input.
function _my_title_precmd() {