From 2f5b821912b1b4ae8da7b72ff6685d82b2a796e4 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 30 Nov 2015 11:50:59 +0000 Subject: [PATCH] Add bash_profile and make minor changes to n and nls --- bashrc | 4 ++-- makelinks.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" ########## -- 2.45.2