xdg: lower case public and template dirs
[~bandali/configs] / .profile
CommitLineData
0f10b2c2 1export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH"
a75331ab 2
0f10b2c2
AB
3export XDG_CONFIG_HOME="$HOME/.config"
4export XDG_DATA_HOME="$HOME/.local/share"
5export XDG_DATA_DIRS="/usr/local/share:/usr/share"
a75331ab 6
0f10b2c2
AB
7export MAILDIR="$HOME/mail"
8export CVS_RSH="ssh"
a75331ab
AB
9
10export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
0f10b2c2 11export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
a75331ab
AB
12export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs"
13export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"
14export GIT_SSL_CAINFO="$SSL_CERT_FILE"
0f10b2c2
AB
15
16export NIXPKGS="$HOME/src/git/nixpkgs"
17if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi