From ed125b437aa71e9dd9935117a00161e971c7d1bb Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 28 Jun 2015 03:38:01 +0200 Subject: [PATCH] added aliases --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index b7742e0a..0726eba8 100644 --- a/.zshrc +++ b/.zshrc @@ -86,6 +86,8 @@ alias ls='ls --color' alias lsa='ls -a --color' alias ll='ls --color -l' alias lla='ls -la --color' +alias llh='ls -lh --color' +alias llah='ls -lah --color' alias lsd='ls -ld --color' alias xterm='uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange'