X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2f68eedb2cbba954ddc59d8ea29b52e924a188c5..148295024c93e47f90ac850bf068e592b16b1c7c:/zsh/lib/title.zsh?ds=sidebyside diff --git a/zsh/lib/title.zsh b/zsh/lib/title.zsh index 18fe7e2..c58da48 100644 --- a/zsh/lib/title.zsh +++ b/zsh/lib/title.zsh @@ -1,3 +1,7 @@ +if [[ "$TERM" == "linux" ]]; then + return +fi + function title { local tmp tmp=(${(f)*})