From 9e1217af4d1489eccb9ca4504ff42e452d340256 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Fri, 2 Feb 2018 16:58:40 +0000 Subject: [PATCH] Remove the .local.jh from the prompt --- config/oh-my-zsh/promptconfig.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/oh-my-zsh/promptconfig.zsh b/config/oh-my-zsh/promptconfig.zsh index 95c40cb2..6a631734 100644 --- a/config/oh-my-zsh/promptconfig.zsh +++ b/config/oh-my-zsh/promptconfig.zsh @@ -43,7 +43,7 @@ function my_dir(){ elif [[ -e "$ph/bin/magento" ]]; then #If magento icon=$magentoSiteIcon fi - current_path=$(echo $current_path | sed -r -e "s/$homeIcon\/Sites\/([a-z_\-]*)\/public_html/$icon\1.local.jh/") + current_path=$(echo $current_path | sed -r -e "s/$homeIcon\/Sites\/([a-z_\-]*)\/public_html/$icon\1/") fi