Skip to content

Commit

Permalink
Add alias poodle for starting a poodle safe chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Oct 31, 2014
1 parent f03c22a commit 2c1802f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ command -v npm > /dev/null && alias npme="npm --registry http://registry.npmjs.e
alias ip4="ifconfig |grep 'inet '"
alias ip6="ifconfig |grep 'inet6 '"
alias ipall="ifconfig |grep inet"

# Poodle safe chrome
alias poodle="open -a 'Google Chrome.app' --args --ssl-version-min=tls1"

0 comments on commit 2c1802f

Please sign in to comment.