X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=bash%2F.bashrc;fp=bash%2F.bashrc;h=abf026b3532e90484ea96229d1e80cda7264e39f;hb=df51e4ff08881b3b8d94e3d8c56660af66c72785;hp=9fccbbb481bab06fd00174a28bdb1fc62a8157a8;hpb=a47cf9dfe36b7fb54d3fb8ec7530233113ef0161;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)