Skip to content

Commit

Permalink
old updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bdargan committed Oct 6, 2017
1 parent e5773c0 commit d117564
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_aliases-private
ssl
2 changes: 2 additions & 0 deletions _aliases
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ if [[ $('uname') == 'Darwin' ]]; then
alias readlink='greadlink'
fi

#aws codecommit
alias cleargitpass='security delete-internet-password -l git-codecommit.us-west-2.amazonaws.com'
#docker
alias docker-rm-old-containers='docker rm $( docker ps -q -f status=exited)'
alias docker-rm-dangling-images='docker rmi $( docker images -q -f dangling=true)'
4 changes: 2 additions & 2 deletions _zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ SOLARIZED_THEME="light"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)

#plugins=(fasd ssh-agent git osx github extract brew virtualenvwrapper redis-cli docker)
plugins=(git osx fasd github ssh-agent autoenv extract virtualenvwrapper redis-cli docker)
#plugins=(fasd ssh-agent git osx github extract brew virtualenvwrapper redis-cli )
plugins=(git osx fasd github ssh-agent autoenv extract virtualenvwrapper redis-cli )

source ~/.aliases
source ~/.aliases-private
Expand Down

0 comments on commit d117564

Please sign in to comment.