From ab05f4a2d3ccf9410533bfa8d8ab4c813a20e84e Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 8 Nov 2016 16:49:25 +0000 Subject: [PATCH] remove the "myip" alias, non-functional --- .zsh/aliases.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index 639623c..7be9e52 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -1,6 +1,5 @@ alias rmdir='rm -r' alias sl='ls' -alias myip="wget -qO- ifconfig.me/ip" alias memoryhog="ps aux | sort -nk +4 | tail" alias stripext="ls -1 | sed 's/\(.*\)\..*/\1/'" alias macgen="openssl rand -hex 6 | sed 's/\(..\)/\1:/g;s/../00/;s/.$//' | tr '[a-z]' '[A-Z]'"