summaryrefslogtreecommitdiff
path: root/profile
blob: aadb93e30c53080cd30e91bc933d5fde196950e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer

export LIBSEAT_BACKEND=logind
export EDITOR="kak"
export TERM="linux"
export TERMINAL="foot"
export GDK_DPI_SCALE="1.5"
export GDK_SCALE="1.5"
export QT_QPA_PLATFORM=wayland-egl
export MOZ_ENABLE_WAYLAND="1"
export XCURSOR_SIZE="32"
export XDG_CURRENT_DESKTOP="wlroots"
export XDG_SESSION_TYPE="wayland"
export PF_INFO="ascii title os editor shell"
export PF_ALIGN="7"
export PF_COLOR="0"
export PATH=${PATH}:~/.local/bin
export ENV=$HOME/.kshrc
export HISTFILE=$HOME/.history
export HISTSIZE=65535
export STITCH_DIRECTORY=/home/mccd/notes
export STITCH_GREP_CMD=ugrep


if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session hikari; fi

# opam configuration
test -r /home/mccd/.opam/opam-init/init.sh && . /home/mccd/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true