Small changes
This commit is contained in:
parent
d128ee7bd2
commit
cd024a9912
3 changed files with 55 additions and 51 deletions
|
@ -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 "%~")"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue