mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-02 03:49:48 +08:00
Added next line in oh-my-zsh.sh
This commit is contained in:
parent
67cd8c4673
commit
528ed67274
@ -4,6 +4,7 @@ omz_f() {
|
||||
[ $# -gt 0 ] || return
|
||||
IFS=";" printf "\033[%sm" $*
|
||||
}
|
||||
|
||||
# If stdout is not a terminal ignore all formatting
|
||||
[ -t 1 ] || omz_f() { :; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user