From: Maximilian Friedersdorff Date: Fri, 29 Apr 2016 15:37:03 +0000 (+0100) Subject: Not using notes anymore. X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=sidebyside;h=df51e4ff08881b3b8d94e3d8c56660af66c72785;p=max%2Fdotfiles.git Not using notes anymore. --- 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)