Browse Source

Added webstorm settings to .gitignore and cleaned up zsh plugins list

master
Nick Plekhanov 9 years ago
parent
commit
438bb5a98f
  1. 1
      .gitignore
  2. 2
      shell/zshrc

1
.gitignore

@ -5,3 +5,4 @@ atom/packages
atom/storage atom/storage
atom/blob-store atom/blob-store
chrome chrome
webstorm/settings.jar

2
shell/zshrc

@ -41,7 +41,7 @@ COMPLETION_WAITING_DOTS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(fabric sudo brew node npm history git git-flow vagrant zsh-syntax-highlighting) plugins=(fabric brew node npm history git-flow vagrant zsh-syntax-highlighting)
# User configuration # User configuration

Loading…
Cancel
Save