add whatismyip alias (curl whatismyip.com)
This commit is contained in:
parent
291d98f79a
commit
0de8714276
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ alias u='cd ..'
|
|||
alias uu='cd ../..'
|
||||
alias uuu='cd ../../..'
|
||||
alias uuuu='cd ../../../..'
|
||||
alias whatismyip='curl http://www.whatismyip.com/automation/n09230945.asp'
|
||||
|
||||
if mac; then
|
||||
alias chrome='/Users/sjs/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-file-access-from-files >/dev/null 2>&1 &!'
|
||||
|
|
|
|||
Loading…
Reference in a new issue