1
0
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:
NikitaGoel7522 2026-01-30 20:40:27 +05:30
parent 67cd8c4673
commit 528ed67274

View File

@ -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() { :; }