Josh Bicking пре 8 година
родитељ
комит
e979598754
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      zshrc

+ 3 - 0
zshrc

@@ -62,6 +62,9 @@ alias ts='date +%y-%m-%d'
 # default to terminal emacs
 alias emacs='emacs -nw'
 
+# alias for getting latest file in a folder
+alias latest='ls -t | head -n 1'
+
 # grml
 if [ ! $ZSH_CUSTOM ]
 then