소스 검색

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