Skip to content

Commit

Permalink
Adds canary to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
craveytrain committed Dec 6, 2013
1 parent 9277d82 commit 4b1e59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osx/aliases.sh
@@ -1,6 +1,7 @@
# Browser Aliases
alias ff="open -a Firefox.app $1"
alias chrome="open -a 'Google Chrome.app' $1"
alias canary="open -a 'Google Chrome Canary.app' $1"
alias safari="open -a Safari.app $1"

# Flush DNS cache
Expand All @@ -13,4 +14,4 @@ alias ls="ls -F"
alias pubkey="more ~/.ssh/id_rsa.pub | pbcopy | echo '=> Public key copied to pasteboard.'"

# JSC for everyone!
alias jsc="/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc"
alias jsc="/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc"

0 comments on commit 4b1e59b

Please sign in to comment.