diff --git a/.zshrc b/.zshrc
index fec7648..461ca13 100644
--- a/.zshrc
+++ b/.zshrc
@@ -25,12 +25,6 @@ if [ -e /usr/bin/exa ]; then
 	alias ls=exa
 fi
 
-# Note-taking alias
-n () {
-  readonly openfile=${1:-Inbox.md}
-  $EDITOR ~/notes/$openfile
-}
-
 setopt appendhistory
 
 # Case-insensetive tab completion