]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bashrc
Add bash_profile and make minor changes to n and nls
[max/dotfiles.git] / bashrc
diff --git a/bashrc b/bashrc
index f409183df063975506acec67f3e04f1d81acc6ad..d3b4a7662d3366f2d4107781654b881d1b526d62 100644 (file)
--- 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 "$*"
 }