Remove the .local.jh from the prompt
这个提交存在于:
父节点
9dd49d4ed6
当前提交
3303bca7d7
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -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
|
||||
|
||||
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用