src

sauce
got clone ssh://anon@src.dalliard.ch/src
log | files | refs

commit 1e02cac7e129d6d4499d16629a465a02e5c3eece
parent 1ea537668a763990ea7a9c38c4f982ea38a21f22
author: nathanael <nathanael@dalliard.ch>
date:   Wed, 22 Oct 2025 10:48:32 +0000

s0: shorter tmp filename

diffstat:
Ms0/dotfiles/shrc.local | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s0/dotfiles/shrc.local b/s0/dotfiles/shrc.local @@ -9,7 +9,7 @@ alias t=todo calc() { echo "$*" | bc -l; } -f() { cat /tmp/filepath.txt; } +f() { cat /tmp/files.txt; } h() { tmux new -DAs s0; } x() { nsxiv -ator "${1:-.}"; }