X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bashrc;h=d3b4a7662d3366f2d4107781654b881d1b526d62;hb=3aa8df7dfdd8a34e6f677a312ba038dadde5f49b;hp=f409183df063975506acec67f3e04f1d81acc6ad;hpb=bd58ef5147bd0d7cfea4148e69d64634bceaa9d6;p=max%2Fdotfiles.git diff --git a/bashrc b/bashrc index f409183..d3b4a76 100644 --- a/bashrc +++ b/bashrc @@ -115,9 +115,9 @@ fi # Some simple note taking functions n() { - $EDITOR ~/notes/"$*".txt + $EDITOR ~/notes/"$*".md } nls() { - ls -c ~/notes/ | grep "$*" + ls -cR ~/notes/ | grep "$*" }