summaryrefslogtreecommitdiffstats
path: root/roles/common/files/bashrc
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2014-12-25 22:59:44 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2014-12-25 22:59:44 +0100
commit49919b79f7eb29f82dea489c49f84a05a47b371b (patch)
tree27d7def3047faf8573b0493c3d725af9ccd8df12 /roles/common/files/bashrc
parentca138e5e910efb1ad36c4c25cebbc847629c0328 (diff)
downloadplaybooks-ansible-49919b79f7eb29f82dea489c49f84a05a47b371b.tar.gz
playbooks-ansible-49919b79f7eb29f82dea489c49f84a05a47b371b.tar.xz
playbooks-ansible-49919b79f7eb29f82dea489c49f84a05a47b371b.zip
Add alias in shell rc files and add adresses in whitelist on DNS servers
Diffstat (limited to 'roles/common/files/bashrc')
-rw-r--r--roles/common/files/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/common/files/bashrc b/roles/common/files/bashrc
index 5a9ecc1..b3738eb 100644
--- a/roles/common/files/bashrc
+++ b/roles/common/files/bashrc
@@ -8,6 +8,7 @@ alias mv='mv -i'
alias pop='popd'
alias up='popd'
alias myip='curl https://lancaster.casperlefantom.net/ipclient.php'
+alias torip='torsocks curl https://lancaster.casperlefantom.net/ipclient.php'
alias f='find . -iname'
alias beep='echo -e "\a"'
alias screenoff='xset dpms force off'