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/bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/common/files/bashrc b/roles/common/files/bashrc
index 54ae007..3f9f072 100644
--- a/roles/common/files/bashrc
+++ b/roles/common/files/bashrc
@@ -9,9 +9,9 @@ alias ll='ls -lh'
alias f='find . -iname'
alias up='popd'
alias pop='popd'
-alias myip='curl https://lancaster.casperlefantom.net:4433/ipclient.php'
-alias myip4='curl -4 https://lancaster.casperlefantom.net:4433/ipclient.php'
-alias torip='torsocks curl https://lancaster.casperlefantom.net:4433/ipclient.php'
+alias myip='curl https://manchester.casperlefantom.net:4433/ipclient.php'
+alias myip4='curl -4 https://manchester.casperlefantom.net:4433/ipclient.php'
+alias torip='torsocks curl https://manchester.casperlefantom.net:4433/ipclient.php'
alias beep='echo -e "\a"'
alias screenoff='xset dpms force off'
alias wifion='nmcli r wifi on'