src

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

commit 9e80ec28541812c77d1d80c91a0098acd4d1c024
parent a41e3b1d4a5f7bfc4ff784c93302938fc2dc59fc
author: nathanael <nathanael@dalliard.ch>
date:   Sat, 18 Oct 2025 21:50:57 +0000

s3: rm hp

diffstat:
Ds3/dotfiles/bin/hp | 2--
Ms3/scripts/dotfiles.sh | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/s3/dotfiles/bin/hp b/s3/dotfiles/bin/hp @@ -1 +0,0 @@ -/home/nathanael/src/src/s1/dotfiles/bin/hp -\ No newline at end of file diff --git a/s3/scripts/dotfiles.sh b/s3/scripts/dotfiles.sh @@ -7,7 +7,7 @@ ln -fsh "$src/s3/dotfiles/bin" "$HOME/bin" ln -fs "$src/s0/dotfiles/exrc" "$HOME/.exrc" ln -fs "$src/s0/dotfiles/profile" "$HOME/.profile" ln -fs "$src/s0/dotfiles/shrc" "$HOME/.shrc" -ln -fs "$src/s1/dotfiles/bin/hp" "$HOME/bin/hp" +ln -fs "$src/s1/dotfiles/bin/hp" "$src/s3/dotfiles/bin/hp" ln -fs "$src/s1/dotfiles/exrc.local" "$HOME/.exrc.local" ln -fs "$src/s1/dotfiles/hushlogin" "$HOME/.hushlogin" ln -fs "$src/s1/dotfiles/tmux.conf" "$HOME/.tmux.conf"