summaryrefslogtreecommitdiff
path: root/dotfiles/.bash_profile
blob: cb03ccf555572b1168669cda27e04161e3d42f51 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- shell-script -*-

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

# Search for binaries in user profile /sbin.
export PATH="$HOME/.guix-profile/sbin:$PATH"

# SSH agent.
export SSH_AUTH_SOCK="$HOME/.gnupg/S.gpg-agent.ssh"