From acc187438ee706e2dd5fb9123eae7a856ead44aa Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 27 Nov 2020 14:20:33 +0100 Subject: [PATCH] Add IP alias --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 8ae9858..089e2f2 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -146,6 +146,7 @@ alias vp="$HOME/.scripts/vimplugin.sh" alias mpvshuffle="$HOME/.scripts/mpv.sh shuffle" # Other +alias IP="curl https://ifconfig.me" alias len="xclip -o | wc -m" alias length="rofi -dmenu -i -p 'String length' -lines 0 | tr -d '\n' | wc -m" alias p="$HOME/.scripts/alias.sh pastebin"