source:
dotfiles/guix/.dotfiles/.bashrc@
eb58262
Last change on this file since eb58262 was eb58262, checked in by , on Dec 16, 2024 at 6:04:55 AM | |
---|---|
|
|
File size: 380 bytes |
Line | |
---|---|
1 | export GUIX_PACKAGE_PATH=$HOME/.guix-packages |
2 | export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles |
3 | |
4 | export 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 | |
6 | unset SSH_AGENT_PID |
7 | if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then |
8 | export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" |
9 | fi |
10 | |
11 | gpg-connect-agent updatestartuptty /bye |
Note:
See TracBrowser
for help on using the repository browser.