source: dotfiles/guix/.dotfiles/.bashrc@ eb58262

Last change on this file since eb58262 was eb58262, checked in by Mikhail Kirillov <w96k@…>, on Dec 16, 2024 at 6:04:55 AM

Update guix config

  • Property mode set to 100644
File size: 380 bytes
Line 
1export GUIX_PACKAGE_PATH=$HOME/.guix-packages
2export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
3
4export PS1="\e[32m\u\e[0m@\e[36m\h \e[1m\e[30m\w\${GUIX_ENVIRONMENT:+ [env]}\e[0m\e[30m\e(B\e[m \n"
5
6unset SSH_AGENT_PID
7if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
8export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
9fi
10
11gpg-connect-agent updatestartuptty /bye
Note: See TracBrowser for help on using the repository browser.