Remove notetaking alias

This commit is contained in:
Trysdyn Black 2024-08-14 21:40:03 -07:00
parent c3c9923ff1
commit 70d4f4dc2c

6
.zshrc
View file

@ -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