Merge branch 'master' of github.com:grawlinson/dotfiles
This commit is contained in:
commit
9153651db5
2 changed files with 2 additions and 0 deletions
1
zsh/.oh-my-zsh/custom/docker.zsh
Normal file
1
zsh/.oh-my-zsh/custom/docker.zsh
Normal file
|
@ -0,0 +1 @@
|
|||
alias docker='sudo docker'
|
1
zsh/.oh-my-zsh/custom/ruby.zsh
Normal file
1
zsh/.oh-my-zsh/custom/ruby.zsh
Normal file
|
@ -0,0 +1 @@
|
|||
export PATH="$PATH:$(ruby -rubygems -e "puts Gem.user_dir")/bin"
|
Loading…
Reference in a new issue