1 export INPUTRC
="$XDG_CONFIG_HOME"/readline
/inputrc
3 export EDITOR
="emacsclient -nw"
6 export PATH
="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH"
8 export XDG_CONFIG_HOME
="$HOME/.config"
9 export XDG_DATA_HOME
="$HOME/.local/share"
10 export XDG_DATA_DIRS
="/usr/local/share:/usr/share"
12 export MAILDIR
="$HOME/mail"
15 if [ -x "$(command -v guix)" ]; then
16 export GUIX_LOCPATH
="$HOME/.guix-profile/lib/locale"
17 export PATH
="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
18 export SSL_CERT_DIR
="$HOME/.guix-profile/etc/ssl/certs"
19 export SSL_CERT_FILE
="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
20 export GIT_SSL_CAINFO
="$SSL_CERT_FILE"
23 export NIXPKGS
="$HOME/src/git/nixpkgs"