src

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

commit a485cc3a0ad4d8c9825bae4697830576192e8b40
parent 03dee06f0aaf9795e3230481c7eadd3dbda09144
author: nathanael <nathanael@dalliard.ch>
date:   Sat,  1 Nov 2025 18:13:52 +0000

s0: set PS1 only on s0

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

diff --git a/s0/dotfiles/profile b/s0/dotfiles/profile @@ -17,4 +17,4 @@ command -v nvi >/dev/null && EDITOR=nvi CDPATH=:~ -PS1='\W ' +[ "$(hostname)" = "s0.dalliard.ch" ] && PS1='\W '