[profiles/base] add hook 'rename_bashrc'

This commit is contained in:
2026-03-06 14:48:10 +01:00
parent 4bde813b8f
commit 1ebbdf9ac3

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
[[ -f "$HOME/.bashrc" ]] && mv "$HOME/.bashrc" "$HOME/.bashrc.orig"