From 358fd928982d8d529b0b13a9ef33fba5a0c7ed7e Mon Sep 17 00:00:00 2001 From: xero Date: Wed, 7 Jan 2015 22:30:37 -0500 Subject: add ix commandline pastebin --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 6bba78b..7f7cf3e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -50,6 +50,7 @@ alias img="bash ~/code/sys/img" alias tmx="~/code/sys/tmx" alias gitio"~/code/sys/gitio" alias ascii="figlet -w `tput cols` -f 3d " +alias ix="~/code/sys/ix" dirlist() { ls -la "$1" && echo -e '' && tree -a "$1" } -- cgit v1.2.1