You've already forked personal-linux-config
added ipecho v4 and v6
This commit is contained in:
@@ -10,7 +10,8 @@ alias bashrc-edit="nano ~/.bashrc"
|
|||||||
alias sshagent='eval `ssh-agent` && ssh-add ~/.ssh/id_!(*.pub)'
|
alias sshagent='eval `ssh-agent` && ssh-add ~/.ssh/id_!(*.pub)'
|
||||||
alias sshfingerprint='ssh-keygen -lf'
|
alias sshfingerprint='ssh-keygen -lf'
|
||||||
alias nocomments='grep -vE "^$|^#|^;"'
|
alias nocomments='grep -vE "^$|^#|^;"'
|
||||||
alias ipecho="curl -fsSL https://ipecho.net/plain; echo"
|
alias ipecho4="curl -fsSL v4.i-p.show"
|
||||||
|
alias ipecho6="curl -fsSL v6.i-p.show"
|
||||||
alias newrepo='bash <(curl -s https://get.bjphoster.com/new-git-repo.sh)'
|
alias newrepo='bash <(curl -s https://get.bjphoster.com/new-git-repo.sh)'
|
||||||
alias newansibleworkspace='bash <(curl -s https://get.bjphoster.com/new-ansible-workspace.sh)'
|
alias newansibleworkspace='bash <(curl -s https://get.bjphoster.com/new-ansible-workspace.sh)'
|
||||||
alias infinitenothing='while true; do sleep 1; done'
|
alias infinitenothing='while true; do sleep 1; done'
|
||||||
|
|||||||
Reference in New Issue
Block a user