Reopen zettelkasten to latest zettel

master
Hektor Misplon 2023-06-14 21:26:18 +02:00
parent 4f42ed7790
commit 741ef20266
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ alias path='echo -e ${PATH//:/\\n}' # Pretty print path variables
# Programs
alias o="xdg-open"
alias v="nvim"
alias zk="nvim +WikiIndex"
alias zk='cd ~/.zk && nvim "$(cat ~/.zk/current-zettel.txt)"'
alias g='git'
alias t=' task'
alias tsh='tasksh'