From 0f7e6e7763774eb848b929b7cf1c6f8026e8fe49 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 16 Jul 2024 14:37:31 -0500 Subject: Updates --- profile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'profile') 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 -- cgit v1.2.3