]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bashrc
Not using notes anymore.
[max/dotfiles.git] / 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)