summaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-17 17:21:21 -0500
committerMarc Coquand <marc@mccd.space>2024-05-17 17:21:21 -0500
commit6ab72d656c2030dbe685f0a3ab9549edb3634e88 (patch)
treed051c4b7121f7155553bd3f0232d10de971e88f4 /profile
parent5933406a6a420baca6e00ab73b258702184b98ca (diff)
downloadrcm-6ab72d656c2030dbe685f0a3ab9549edb3634e88.tar.gz
rcm-6ab72d656c2030dbe685f0a3ab9549edb3634e88.tar.bz2
rcm-6ab72d656c2030dbe685f0a3ab9549edb3634e88.zip
Updates
Diffstat (limited to '')
-rw-r--r--profile5
1 files changed, 5 insertions, 0 deletions
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