From 4686cb83e5d0405f06f184bc0f34e19912ca93f3 Mon Sep 17 00:00:00 2001 From: Akelge Date: Fri, 6 Feb 2015 15:29:10 +0000 Subject: [PATCH] Small Darwin changes --- .../Darwin/{90-coreutils.off.zsh => 90-coreutils.zsh.off} | 0 .../{90-dsFunctions.off.zsh => 90-dsFunctions.zsh.off} | 0 zsh/zsh.d/prompts/prompt_nice_setup | 5 +++-- 3 files changed, 3 insertions(+), 2 deletions(-) rename zsh/zsh.d/Darwin/{90-coreutils.off.zsh => 90-coreutils.zsh.off} (100%) rename zsh/zsh.d/Darwin/{90-dsFunctions.off.zsh => 90-dsFunctions.zsh.off} (100%) diff --git a/zsh/zsh.d/Darwin/90-coreutils.off.zsh b/zsh/zsh.d/Darwin/90-coreutils.zsh.off similarity index 100% rename from zsh/zsh.d/Darwin/90-coreutils.off.zsh rename to zsh/zsh.d/Darwin/90-coreutils.zsh.off diff --git a/zsh/zsh.d/Darwin/90-dsFunctions.off.zsh b/zsh/zsh.d/Darwin/90-dsFunctions.zsh.off similarity index 100% rename from zsh/zsh.d/Darwin/90-dsFunctions.off.zsh rename to zsh/zsh.d/Darwin/90-dsFunctions.zsh.off diff --git a/zsh/zsh.d/prompts/prompt_nice_setup b/zsh/zsh.d/prompts/prompt_nice_setup index 93698a9..ba34ff1 100644 --- a/zsh/zsh.d/prompts/prompt_nice_setup +++ b/zsh/zsh.d/prompts/prompt_nice_setup @@ -2,11 +2,12 @@ function prompt_nice_setup { if `fancyTerm`; then title="::: %n at %m in %. :::" + icon="%m::%." prompt_='$FX[bold]$FX[italic]$BG[062]@%m::%2~$FX[reset] $FX[bold]$(repo_char)$FG[220]%#$FX[reset] ' - PS1="%{]2;$title%}$prompt_" - unset title prompt_ + PS1="%{]2;$title%}%{]1;$icon%}$prompt_" + unset title icon prompt_ else # We are not on xterminal