From 3621cbc90dbceea32c7ca71977de71bea0c3456c Mon Sep 17 00:00:00 2001 From: boggs <6130147+b-ggs@users.noreply.github.com> Date: Tue, 2 Jul 2024 01:09:49 +0800 Subject: [PATCH] Add ipify alias --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 97b02cf..f866cbd 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -82,6 +82,7 @@ alias sshforward='ssh -L 8000:localhost:8000 -L 8143:localhost:8143 -L 8823:loca alias keychainloaddefault='keychain --nogui -q $HOME/.ssh/id_ed25519' +alias ipify='curl -s https://api.ipify.org' # fzf