summaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-07-16 14:37:31 -0500
committerMarc Coquand <marc@mccd.space>2024-07-16 14:37:31 -0500
commit0f7e6e7763774eb848b929b7cf1c6f8026e8fe49 (patch)
tree52fa59003beb1a9f8772a3e9663bb723e6e80ebc /profile
parent63cfb9a8f5a0c9f1b9c433a0a535be309b268ea5 (diff)
downloadbsd-0f7e6e7763774eb848b929b7cf1c6f8026e8fe49.tar.gz
bsd-0f7e6e7763774eb848b929b7cf1c6f8026e8fe49.tar.bz2
bsd-0f7e6e7763774eb848b929b7cf1c6f8026e8fe49.zip
Updates
Diffstat (limited to 'profile')
-rw-r--r--profile6
1 files changed, 1 insertions, 5 deletions
diff --git a/profile b/profile
index f3c46fb..730bcbf 100644
--- a/profile
+++ b/profile
@@ -26,7 +26,7 @@ export GSETTINGS_SCHEMA_DIR=/usr/pkg/share/glib-2.0/schemas
#test -r /home/mccd/.opam/opam-init/init.sh && . /home/mccd/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
export XDG_DATA_DIRS=${XDG_DATA_DIRS}:~/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/pkg/share:/usr/local/share
-export ENV=$HOME/.kshrc
+export ENV=$HOME/.shrc
export HISTSIZE=65535
export HISTFILE=$HOME/.history
export STITCH_DIRECTORY=/home/mccd/notes
@@ -34,9 +34,5 @@ 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
-
# opam configuration
test -r /home/mccd/.opam/opam-init/init.sh && . /home/mccd/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true