src

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

commit 5b484db9f517c8ba7f05a53979da21660e77f2d0
parent 9c1cefa45475ffcedd56ef5d2e673d720fb03dfe
author: nathanael <nathanael@dalliard.ch>
date:   Sun, 19 Oct 2025 18:44:15 +0000

s0: add function f

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

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