diff options
author | xero <x@xero.nu> | 2015-01-07 22:30:37 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2015-01-07 22:30:37 -0500 |
commit | 358fd928982d8d529b0b13a9ef33fba5a0c7ed7e (patch) | |
tree | d1f2c51ba0c1b1f0999bcd6dbe4cb19644e61f4e /zsh | |
parent | e321d64e713864fd5dee22ed65c14efeaff20437 (diff) | |
download | dotfiles_ascii-358fd928982d8d529b0b13a9ef33fba5a0c7ed7e.tar.xz dotfiles_ascii-358fd928982d8d529b0b13a9ef33fba5a0c7ed7e.zip |
add ix commandline pastebin
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" } |