From f1cf17300b1a79783c93b895305d5dd6626136e1 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 11 Jan 2012 19:22:10 -0500 Subject: [PATCH] Removing octalperm alias, until I figure it out. --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index d1853d0..f9f4172 100644 --- a/.zshrc +++ b/.zshrc @@ -22,6 +22,5 @@ setopt inc_append_history #aliases alias rmdir='rm -r' alias sl='ls' -alias octalperm="ls -l | awk '{k=0;for(i=0;i<=8;i++)k+=((substr($1,i+2,1)~/[rwx]/)*2^(8-i));if(k)printf(\"%0o \",k);print}'" alias myip="wget -qO- ifconfig.me/ip" alias memoryhog="ps aux | sort -nk +4 | tail" \ No newline at end of file