From b718b8ef6eaacec84668c40f9ab52dda12df6669 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 3 Jul 2024 12:10:12 -0500 Subject: Alpine stuff --- profile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'profile') diff --git a/profile b/profile index 88af8f3..befa458 100644 --- a/profile +++ b/profile @@ -1,7 +1,3 @@ -# $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $ -# -# sh/ksh initialization - PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin export PATH HOME TERM @@ -9,6 +5,8 @@ export EDITOR="vim" 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" @@ -22,3 +20,10 @@ export HISTSIZE=65535 export HISTFILE=$HOME/.history export STITCH_DIRECTORY=/home/mccd/notes export STITCH_GREP_CMD=ugrep + +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 + +if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]; then + exec startx +fi + -- cgit v1.2.3