added subuser
This commit is contained in:
parent
254a205e16
commit
69d693f95e
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -44,3 +44,6 @@
|
|||
[submodule ".vim/bundle/vim-dirdiff"]
|
||||
path = .vim/bundle/vim-dirdiff
|
||||
url = git://github.com/will133/vim-dirdiff
|
||||
[submodule "tools/subuser"]
|
||||
path = tools/subuser
|
||||
url = https://github.com/subuser-security/subuser
|
||||
|
|
1
.zshrc
1
.zshrc
|
@ -40,6 +40,7 @@ fi
|
|||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||
export PATH=$HOME/tools:$PATH
|
||||
export PATH=/usr/local/heroku/bin:$PATH
|
||||
export PATH=$HOME/tools/subuser/logic:$HOME/.subuser/bin:$PATH
|
||||
export EDITOR="vim"
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
|
|
1
tools/subuser
Submodule
1
tools/subuser
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 9a21e86753a7a3d4628aa612558291c9108fdc16
|
Loading…
Reference in a new issue