From 6ab72d656c2030dbe685f0a3ab9549edb3634e88 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 17 May 2024 17:21:21 -0500 Subject: Updates --- profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'profile') diff --git a/profile b/profile index 985a4d0..aadb93e 100644 --- a/profile +++ b/profile @@ -18,6 +18,11 @@ 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 -- cgit v1.2.3