Remove notetaking alias
This commit is contained in:
parent
c3c9923ff1
commit
70d4f4dc2c
1 changed files with 0 additions and 6 deletions
6
.zshrc
6
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue