commit 36c2ded9c156469585367c4bb5a5c5bfd80c5634
parent 318e76c403c83bb24d013d2d5b36f415c20ab822
author: nathanael <nathanael@dalliard.ch>
date: Thu, 23 Oct 2025 17:27:49 +0000
s0: min ali/fun
diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/s0/dotfiles/shrc.local b/s0/dotfiles/shrc.local
@@ -1,20 +1,18 @@
alias b=backup
-alias e=tedit
alias f=nnn
alias m=minbox
alias n=news
alias o=fopen
alias p=pass
-alias t=todo
+e() { "$EDITOR" ~/prv/todo; }
h() { tmux new -DAs s0; }
+t() { grep '^o' ~/prv/todo; }
x() { nsxiv -ator "${1:-.}"; }
calc() { echo "$*" | bc -l; }
mless() { mshow "$@" | less -R; }
mrm() { mseq "${@:-.}" | xargs rm; }
-tedit() { "$EDITOR" ~/prv/todo; }
-todo() { grep '^o' ~/prv/todo; }
ma() { minbox ~/mail/Archive "${1:-1}"; }
mi() { minbox ~/mail/Inbox "${1:-1}"; }