From aedaeb7c99a41c307f7cc87e91ba865a7669d1f6 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 6 May 2018 19:52:06 +0200 Subject: [PATCH] Update to newest ohmyzsh --- example.zsh | 13 +++++++++---- themes/example.zsh-theme | 1 + 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 themes/example.zsh-theme 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.