summaryrefslogtreecommitdiffstats
path: root/roles/common/files/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/files/bashrc')
-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