Skip to content

Commit

Permalink
Add less_newest
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 26, 2013
1 parent 615b646 commit 0590f70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/.bash/aliases.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
function less_newest() {
less `ls -tr|tail -n 1`
}

function ws() {
winxed setup.winxed $@
}
Expand Down

0 comments on commit 0590f70

Please sign in to comment.