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