summaryrefslogtreecommitdiff
path: root/bash_profile
blob: bdf10fc3d743486f27cbd6c9f429c7a6594acf7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Set up the system, user profile, and related variables.
# /etc/profile will be sourced by bash automatically
# Set up the home environment profile.
if [ -f ~/.profile ]; then source ~/.profile; fi

# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
source /run/current-system/profile/etc/profile.d/nix.sh
export PS1="\\A \\e[1m \\W ${GUIX_ENVIRONMENT:+ (+)} \\e(B\\e[m"
export EDITOR="emacsclient -nw"
export TERM="linux"
export TERMINAL="foot"
export GDK_DPI_SCALE="1.5"
export GDK_SCALE="1.5"
export MOZ_ENABLE_WAYLAND="1"
export XCURSOR_THEME="Adwaita"
export XCURSOR_SIZE="32"
export XDG_CURRENT_DESKTOP="wlroots"
export XDG_SESSION_TYPE="hikari"
export PF_INFO="ascii title os host pkgs shell"
export PF_ALIGN="7"
export PF_COLOR="0"