Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # .bash_profile
- # Get the aliases and functions
- if [ -f ~/.bashrc ]; then
- . ~/.bashrc
- fi
- # User specific environment and startup programs
- # glibc-locales
- export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
- # NSS certs
- export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs"
- export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
- export GIT_SSL_CAINFO="$SSL_CERT_FILE"
- # set profiles properly
- # set profile for guix package
- GUIX_PROFILE="$HOME/.guix-profile"
- . "$GUIX_PROFILE/etc/profile"
- # set profile for guix pull
- GUIX_PROFILE="$HOME/.config/guix/current"
- . "$GUIX_PROFILE/etc/profile"
- export PATH="$HOME/.config/guix/current/bin:$PATH"
- export INFOPATH="$HOME/.guix-profile/share/info${INFOPATH:+:}$INFOPATH"
- export INFOPATH="$HOME/.config/guix/current/share/info${INFOPATH:+:}$INFOPATH"
- # set default editor
- export EDITOR="$HOME/.guix-profile/bin/emacs"
- # startup programs
Advertisement
Add Comment
Please, Sign In to add comment