Last active
March 16, 2021 17:23
-
-
Save knowler/7c0686c4c1876980657f369213287749 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theme() { cd $(wp theme path)/$(wp option get stylesheet | cut -d/ -f1) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome @runofthemill! I have one for Bedrock/normal WordPress that also functions as a shortcut to that directory, but also a quick way to install/activate plugins from Packagist and WPackagist. These are from my old dotfiles that haven't ported over yet.
I've been using these to jump around lately:
https://github.com/knowler/dotfiles/blob/48c2413cc81926b640edc87438557a55ee70b85c/scripts/git.sh#L7-L23