From bb120e2c001a8d9baeb5e23b070fc1fd2c0c4833 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 1 May 2012 13:26:58 -0400 Subject: [PATCH] adding new alias. --- .zsh/aliases.zsh | 1 + envupdate.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index b1ca701..3c5a347 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -4,3 +4,4 @@ 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]'" +alias quickpwgen="curl -s https://www.grc.com/passwords.htm | grep "63 random alpha-numeric characters" | html2text | tail -n 1" diff --git a/envupdate.sh b/envupdate.sh index b1203aa..232326c 100755 --- a/envupdate.sh +++ b/envupdate.sh @@ -11,5 +11,5 @@ exit 1 cd ~/dev/dotfiles git pull - +exec zsh