dotfiles

dot files
git clone git://git.rr3.xyz/dotfiles
Log | Files | Refs

commit ba8dd9ef5578e2f770bde4697cad67c169e425ca
parent 8f700d75e2ec40bfe47e6500e98449e3591dd8f6
Author: Robert Russell <robert@rr3.xyz>
Date:   Sat,  7 Mar 2026 16:57:32 -0800

Make .bashrc $HOME-agnostic

Diffstat:
M.bashrc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -22,5 +22,4 @@ PS2='\[\e[32m\]▷\[\e[m\] ' source ~/app/z/z.sh -[ -f "/home/rob/.ghcup/env" ] && . "/home/rob/.ghcup/env" # ghcup-env -. "$HOME/.cargo/env" +[ -f "$HOME/.ghcup/env" ] && . "$HOME/.ghcup/env" # ghcup-env