Skip to content

Commit

Permalink
add zsh-complitions submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyuki shimomura committed May 10, 2014
1 parent 066073e commit f1c5ea7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion home/.tmux/tmux-powerline
Submodule tmux-powerline deleted from 19afd8
2 changes: 2 additions & 0 deletions home/.vim/.netrwhist
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =6
5 changes: 4 additions & 1 deletion home/.zshenv
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export PATH="/usr/local/bin:$PATH"
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"

# PATH の内容と同期している配列変数 path も使える
path=(
~/bin
Expand Down
1 change: 0 additions & 1 deletion zsh-completions
Submodule zsh-completions deleted from dae8cb

0 comments on commit f1c5ea7

Please sign in to comment.