dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 289b6e9461d43bfb33ae31dc14bd04f4847637dd
parent 8b1546a10acfab9cf188ac595e64a3f52b257254
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Sun, 17 Mar 2024 21:36:11 +0300

sh: edit todo file with todo mode

Diffstat:
Msh/.config/ksh/kshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh/.config/ksh/kshrc b/sh/.config/ksh/kshrc @@ -44,7 +44,7 @@ alias vn='v "$(find ~/public_gopher -type f | fzf)"' alias edot='$EDITOR "$(find ~/dotfiles -type f ! -path "*.git/*" | fzf)"' alias escratch='$EDITOR $SCRATCH_PATH' -alias etodo='$EDITOR $TODO_PATH' +alias etodo='$EDITOR -c "source ~/.local/share/nvi/todotxt" $TODO_PATH' alias cvsupdate='cvs -q up -Pd -A' alias cvsdiff='cvs diff -uNp'