]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Add bash_profile and make minor changes to n and nls
authorMaximilian Friedersdorff <maxf130@gmail.com>
Mon, 30 Nov 2015 11:50:59 +0000 (11:50 +0000)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Mon, 30 Nov 2015 11:50:59 +0000 (11:50 +0000)
bashrc
makelinks.sh

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 "$*"
 }
index cda25466675c4ac40df7de98cc5c96be19048908..4376a4f4ce5a29a77e0b73f089010342606a3dff 100755 (executable)
@@ -8,7 +8,7 @@
 
 dir=~/etc/dotfiles                    
 olddir=~/etc/dotfiles.bak             
-files="vimrc bashrc Xresources gitconfig zprofile zshenv zshrc xinitrc"
+files="vimrc bashrc bash_profile Xresources gitconfig zprofile zshenv zshrc xinitrc"
 
 ##########