Small changes

This commit is contained in:
Jonathan Hodgson 2017-08-14 17:01:01 +01:00
parent c1fa136caa
commit b30fb8b8e2
3 changed files with 55 additions and 51 deletions

View file

@ -2,15 +2,15 @@
# Custom dir command
function my_dir(){
homeIcon=" "
homeIcon=""
wpPluginsIcon=".p."
wpThemesIcon=".t."
siteIcon=" "
wpSiteIcon=" "
magentoSiteIcon=" "
dropboxIcon=" "
seperator="  "
root=" "
siteIcon=""
wpSiteIcon=""
magentoSiteIcon=""
dropboxIcon=""
seperator=" "
root=""
# Gets the path.
local current_path="$(print -P "%~")"