瀏覽代碼

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