summaryrefslogtreecommitdiff
path: root/home/profile
blob: f81bc8a6dcc71b4017d9da5796c52bae79fb680a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PATH=${PATH}:/home/mccd/go/bin:/home/mccd/.cargo/bin:/home/mccd/.local/bin

export EDITOR="mg -n"
export GDK_DPI_SCALE="1.5"
export GDK_SCALE="1.5"
export XCURSOR_SIZE="32"
# So when you hover the desktop, it still uses Adwaita
export XCURSOR_THEME="Adwaita"
export PF_INFO="ascii title os editor shell wm"
export PF_ALIGN="5"
export PF_COLOR="0"
export MOZ_ACCELERATED=1
export HISTSIZE=65535
export HISTFILE=$HOME/.history
export STITCH_DIRECTORY=/home/mccd/notes
export STITCH_GREP_CMD=ugrep
export GUIX_PROFILE="/home/mccd/.guix-profile"
. "$GUIX_PROFILE/etc/profile"
source /run/current-system/profile/etc/profile.d/nix.sh