فهرست منبع

added latest search

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