From df51e4ff08881b3b8d94e3d8c56660af66c72785 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 29 Apr 2016 16:37:03 +0100 Subject: [PATCH] Not using notes anymore. --- bash/.bashrc | 10 ---------- 1 file changed, 10 deletions(-) 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) -- 2.45.2