diff options
Diffstat (limited to 'zsh/oh-my-zsh/custom/example.zsh')
-rw-r--r-- | zsh/oh-my-zsh/custom/example.zsh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/oh-my-zsh/custom/example.zsh b/zsh/oh-my-zsh/custom/example.zsh deleted file mode 100644 index c505a96..0000000 --- a/zsh/oh-my-zsh/custom/example.zsh +++ /dev/null @@ -1,10 +0,0 @@ -# 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 -# |