From 70d4f4dc2c466f7c44a935ecbb17a67f375800d2 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Wed, 14 Aug 2024 21:40:03 -0700 Subject: [PATCH] Remove notetaking alias --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) 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