add ipa for getting ip addr

This commit is contained in:
Tyrel Souza 2016-11-22 11:45:31 -05:00
parent 4b2bf1f604
commit 0b10b22dd2
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 3 additions and 0 deletions

3
zshrc
View File

@ -46,6 +46,9 @@ export MP_FULLNAME="Tyrel Souza"
function adg () {
workon addgene-core
}
function ipa(){
ifconfig | grep inet
}
function cpbr () {
if branch=$(git symbolic-ref --short -q HEAD)
then