]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Not using notes anymore.
authorMaximilian Friedersdorff <maxf130@gmail.com>
Fri, 29 Apr 2016 15:37:03 +0000 (16:37 +0100)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Fri, 29 Apr 2016 15:37:03 +0000 (16:37 +0100)
bash/.bashrc

index 9fccbbb481bab06fd00174a28bdb1fc62a8157a8..abf026b3532e90484ea96229d1e80cda7264e39f 100644 (file)
@@ -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)