This is my setup for Apple's OS X Terminal Application.
A better terminal.
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
| if ( ! function_exists( 'woocommerce_demo_store' ) ) { | |
| /** | |
| * Adds a demo store banner to the site if enabled | |
| * | |
| * @access public | |
| * @return void | |
| */ | |
| function woocommerce_demo_store() { | |
| if ( get_option( 'woocommerce_demo_store' ) == 'no' ) |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| #this replaces the default separator (a space) with a character combination unlikely to be found in a file name. | |
| SAVEIFS=$IFS | |
| IFS=$(echo -en "\n\b") |