Skip to content

Instantly share code, notes, and snippets.

@karlazz
Created December 9, 2016 02:09
Show Gist options
  • Select an option

  • Save karlazz/338fa2d9923406f99e150b21609b271f to your computer and use it in GitHub Desktop.

Select an option

Save karlazz/338fa2d9923406f99e150b21609b271f to your computer and use it in GitHub Desktop.
cdsites () { cd ~/Sites/$1 ; WSITE=`pwd`; export WSITE; }
alias cds=cdsites
cdp () { cd "$WSITE"/wp-content/plugins/$1; }
cdthemes () { cd "$WSITE"/wp-content/themes/$1; }
alias cdt=cdthemes
cdm () { cd "$WSITE"; }
cdu () { cd "$WSITE"/wp-content/uploads/$1; }
@karlazz
Copy link
Copy Markdown
Author

karlazz commented Dec 22, 2016

add it to .bash-profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment