aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-06-26 21:21:13 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-06-26 21:21:13 +0100
commit4e4c65f614a7542b34cec26c550f12d7589feec7 (patch)
tree168202ad83e353bb9238addf61b36b464657f113 /.bashrc
parent6faeec01d8fad9c7276653affdb91029154b66d8 (diff)
Updated wanip alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 090953f..19f56a4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -56,7 +56,7 @@ case $TERM in
esac
command -v bat > /dev/null && alias cat='bat --paging=never'
-alias wanip='dig +short myip.opendns.com @resolver1.opendns.com'
+alias wanip='dig @resolver4.opendns.com myip.opendns.com +short'
# alias to stop foot terminal confusing ssh
if [[ $TERM = "foot" ]]; then