~ruther/guix-config

ref: dc830d6862b588f128de0d37cb84a3f2c0367c26 guix-config/home/dotfiles/.bash_profile -rw-r--r-- 224 bytes
dc830d68 — Rutherther feat: Add nix profile shell sripts to /etc/profile.d 6 months ago
                                                                                
1
2
3
4
5
6
7
8
# Set up Guix Home profile
if [ -f ~/.profile ]; then . ~/.profile; fi

# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi

# Prepend setuid programs.
export PATH=/run/setuid-programs:$PATH