X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bashrc;h=abf026b3532e90484ea96229d1e80cda7264e39f;hb=f797c01026f5190d27dcac56b2976f26cd91584a;hp=9fccbbb481bab06fd00174a28bdb1fc62a8157a8;hpb=d67cb7a54710bb17a2009b3fe4c69371f2f73b25;p=max%2Fdotfiles.git diff --git a/bash/.bashrc b/bash/.bashrc index 9fccbbb..abf026b 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -54,16 +54,6 @@ if ! shopt -oq posix; then fi -# Some simple note taking functions -n() { - $EDITOR ~/notes/"$*".md -} - -nls() { - ls -cR ~/notes/ | grep "$*" -} - - Green=$(tput setaf 64) Red=$(tput setaf 160) Yellow=$(tput setaf 136)