diff --git a/example.zsh b/example.zsh index 28ffcae..c505a96 100644 --- a/example.zsh +++ b/example.zsh @@ -1,5 +1,10 @@ -# Add yourself some shortcuts to projects you often work on -# Example: +# You can put files here to add functionality separated per file, which +# will be ignored by git. +# Files on the custom/ directory will be automatically loaded by the init +# script, in alphabetical order. + +# For example: add yourself some shortcuts to projects you often work on. +# +# brainstormr=~/Projects/development/planetargon/brainstormr +# cd $brainstormr # -# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr -# \ No newline at end of file diff --git a/themes/example.zsh-theme b/themes/example.zsh-theme new file mode 100644 index 0000000..6f9c9db --- /dev/null +++ b/themes/example.zsh-theme @@ -0,0 +1 @@ +# Put your custom themes in this folder.