From ea68950dc9ecd9b746e0950052c6a9818d6a2a7d Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Wed, 3 Jul 2024 15:47:32 -0500 Subject: [PATCH] actually did the thing the last commit said i did --- .bash_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 7015de8..459eeb4 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -119,5 +119,5 @@ alias gitgraph='git log --graph --oneline --decorate' alias ports='netstat -tuln ' # gping alias gping='docker run --rm -ti --network host ghcr.io/orf/gping' -alias proxon='export ALL_PROXY=socks5://brad:963852pop@distantserver.org:666; echo $ALL_PROXY' -alias proxoff='unset ALL_PROXY; echo $ALL_PROXY' +alias proxon='export ALL_PROXY=socks5://brad:963852pop@distantserver.org:666; echo "IP: $(curl -s ifconfig.me)"' +alias proxoff='unset ALL_PROXY; echo "IP: $(curl -s ifconfig.me)"'