Skip to content

Commit

Permalink
adding zaw
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke KAWAHARA committed May 22, 2014
1 parent 1646cf8 commit 5f75108
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -4,3 +4,6 @@
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
[submodule ".zsh/zaw"]
path = .zsh/zaw
url = git://github.com/nakamuray/zaw.git
1 change: 1 addition & 0 deletions .zsh/zaw
Submodule zaw added at 684824
3 changes: 3 additions & 0 deletions .zshrc
Expand Up @@ -52,6 +52,7 @@ CASE_SENSITIVE="true"
plugins=(git rails ruby heroku brew bundler gem rake)

source $ZSH/oh-my-zsh.sh
source $HOME/.zsh/zaw/zaw.zsh

# User configuration

Expand Down Expand Up @@ -164,6 +165,8 @@ export TZ=Asia/Tokyo

bindkey -v

bindkey -v '^h' zaw-history

# load localfile
if [ -r "$HOME/.zshrc.local" ]; then
source $HOME/.zshrc.local
Expand Down

0 comments on commit 5f75108

Please sign in to comment.