Added next line in oh-my-zsh.sh

This commit is contained in:
NikitaGoel7522 2026-01-30 20:40:27 +05:30
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() { :; }