Skip to content

Commit

Permalink
Clean up docker path and aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed Dec 15, 2021
1 parent 6f3e0d0 commit 9095ca5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ alias tls='tmux -2 list-sessions'

# ack-grep is a silly name
alias ack=ack-grep

alias btu='docker-compose run --use-aliases boulder ./test.sh --unit'
alias bti='docker-compose run --use-aliases boulder ./test.sh --integration'
alias btun='docker-compose -f docker-compose.yml -f docker-compose.next.yml run --use-aliases boulder ./test.sh --unit'
alias btin='docker-compose -f docker-compose.yml -f docker-compose.next.yml run --use-aliases boulder ./test.sh --integration'
1 change: 0 additions & 1 deletion zsh/zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ VISUAL=`which vim`
export SSH_AUTH_SOCK="/run/user/1000/yubikey_agent"

# Necessary for rootless docker
export PATH=$HOME/.local/share/docker-rootless/bin:$PATH
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock

0 comments on commit 9095ca5

Please sign in to comment.