summaryrefslogtreecommitdiffstats
path: root/roles/common
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2014-06-03 00:14:20 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2014-06-03 00:14:20 +0200
commitc6ab4af381deb6962cde57b941415e5da05f5d49 (patch)
tree461b010a60cb04f40fef3462858b42002b486510 /roles/common
parent7f093ab2a1866c21607199f833787740cf4c00b1 (diff)
downloadplaybooks-ansible-c6ab4af381deb6962cde57b941415e5da05f5d49.tar.gz
playbooks-ansible-c6ab4af381deb6962cde57b941415e5da05f5d49.tar.xz
playbooks-ansible-c6ab4af381deb6962cde57b941415e5da05f5d49.zip
Update bashrc
Diffstat (limited to 'roles/common')
-rw-r--r--roles/common/files/bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/common/files/bashrc b/roles/common/files/bashrc
index 1a1ae1e..34aa6e0 100644
--- a/roles/common/files/bashrc
+++ b/roles/common/files/bashrc
@@ -7,12 +7,13 @@ alias cp='cp -i'
alias mv='mv -i'
alias pop='popd'
alias up='popd'
-alias myip='wget http://checkip.dyndns.org/ -O - -o /dev/null | awk "{ print \$6 }" | cut -d\< -f1'
+alias myip='curl https://casperlefantom.net/ipclient.php'
alias f='find . -name'
alias beep='echo -e "\a"'
alias screenoff='xset dpms force off'
alias ltx='tmux ls'
alias atx='tmux attach -t'
+alias addkey='gpg --keyserver hkp://keys.fedoraproject.org --recv-key'
# Source global definitions
if [ -f /etc/bashrc ]; then