From 535c1ba669d4ca309326bbab8e55ec157f6c25e0 Mon Sep 17 00:00:00 2001 From: lukes Date: Wed, 24 Jun 2015 09:09:58 +0100 Subject: [PATCH 1/3] [maintenance] added pirate theme --- themes/potentialpirate.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/potentialpirate.zsh-theme diff --git a/themes/potentialpirate.zsh-theme b/themes/potentialpirate.zsh-theme new file mode 100644 index 000000000..e1b53b60d --- /dev/null +++ b/themes/potentialpirate.zsh-theme @@ -0,0 +1,7 @@ +# Copied and modified from the oh-my-zsh theme from geoffgarside +# Red server name, green cwd, blue git status + +PROMPT='%{$FG[225]%}%m%{$reset_color%}:%{$FG[226]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) ' + +ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[168]%}(" +ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}" From 7b2f1a0beda4f8d880e3a5371484f283ac879bd1 Mon Sep 17 00:00:00 2001 From: lukes Date: Wed, 24 Jun 2015 09:11:02 +0100 Subject: [PATCH 2/3] [maintenance] removed custom/example.zsh --- custom/example.zsh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 custom/example.zsh diff --git a/custom/example.zsh b/custom/example.zsh deleted file mode 100644 index 28ffcae25..000000000 --- a/custom/example.zsh +++ /dev/null @@ -1,5 +0,0 @@ -# Add yourself some shortcuts to projects you often work on -# Example: -# -# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr -# \ No newline at end of file From 132d4462e431c382bae84eea66c6d7e8ae56176a Mon Sep 17 00:00:00 2001 From: lukes Date: Thu, 9 Jul 2015 16:09:15 +0100 Subject: [PATCH 3/3] [feature] added rsync option --- plugins/vagrant/_vagrant | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 76f80b0d7..61972efe8 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -19,6 +19,7 @@ _1st_arguments=( 'provision:Run the provisioner' 'reload:Reload the vagrant environment' 'resume:Resumes a suspend vagrant environment' + 'rsync:Forces vagrant to resync shared folders' 'share:Shares the Vagrant environment and allows remote access' 'ssh:SSH into the currently running environment' 'ssh-config:outputs .ssh/config valid syntax for connecting to this environment via ssh'