source: dotfiles/guix/.dotfiles/.bashrc@ 9bc0481

Last change on this file since 9bc0481 was 9bc0481, checked in by Mikhail Kirillov <w96k@…>, on Dec 12, 2024 at 4:57:35 PM

Update config

  • Property mode set to 100644
File size: 339 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
Note: See TracBrowser for help on using the repository browser.