diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-06-26 21:21:13 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-06-26 21:21:13 +0100 |
commit | 4e4c65f614a7542b34cec26c550f12d7589feec7 (patch) | |
tree | 168202ad83e353bb9238addf61b36b464657f113 | |
parent | 6faeec01d8fad9c7276653affdb91029154b66d8 (diff) |
Updated wanip alias
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |