Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Nov 15, 2015
1 parent 1348f36 commit d06b607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/overrides/parts.d/30-aliases
Expand Up @@ -73,4 +73,7 @@ alias gpj='git push origin HEAD:refs/heads/jenkins '

alias ':wq'='echo "You are not in vim, dummy"'

# remove aliases conflict with command
unalias gb

# vim:ft=zsh
2 changes: 2 additions & 0 deletions modules/overrides/parts.d/51-luajit-torch
@@ -1 +1,3 @@
function activate-torch {
. /Users/bruce/src/git/torch/install/bin/torch-activate
}
2 changes: 1 addition & 1 deletion modules/overrides/parts.d/65-dockerfunc
Expand Up @@ -77,7 +77,7 @@ cadvisor(){
open "http://$(docker-machine ip $DOCKER_MACHINE_NAME):9999"
}

consul(){
docker_consul(){
del_stopped consul

# check if we passed args and if consul is running
Expand Down

0 comments on commit d06b607

Please sign in to comment.