~ruther/guix-config

ref: e3ddc9060cf9cbd1e61c0fde198ae2645e474aa4 guix-config/home/dotfiles/.bash_profile -rw-r--r-- 224 bytes
e3ddc906 — Rutherther fix: some fixes in makefile 10 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