mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 04:39:46 +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
|
[ $# -gt 0 ] || return
|
||||||
IFS=";" printf "\033[%sm" $*
|
IFS=";" printf "\033[%sm" $*
|
||||||
}
|
}
|
||||||
|
|
||||||
# If stdout is not a terminal ignore all formatting
|
# If stdout is not a terminal ignore all formatting
|
||||||
[ -t 1 ] || omz_f() { :; }
|
[ -t 1 ] || omz_f() { :; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user