adding new alias.

This commit is contained in:
staticsafe 2012-05-01 13:26:58 -04:00
parent fab76291db
commit bb120e2c00
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -11,5 +11,5 @@ exit 1
cd ~/dev/dotfiles
git pull
exec zsh