From: Maximilian Friedersdorff Date: Mon, 30 Nov 2015 11:50:59 +0000 (+0000) Subject: Add bash_profile and make minor changes to n and nls X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=2f5b821912b1b4ae8da7b72ff6685d82b2a796e4;p=max%2Fdotfiles.git Add bash_profile and make minor changes to n and nls --- 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 "$*" } diff --git a/makelinks.sh b/makelinks.sh index cda2546..4376a4f 100755 --- a/makelinks.sh +++ b/makelinks.sh @@ -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" ##########