summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-09-16 19:17:36 -0500
committerCraig Jennings <c@cjennings.net>2025-09-16 19:17:36 -0500
commitc85465e17452a139df630de90b3338d93d6ac7ab (patch)
tree3ed87f49882b3cdd5a18a8e1ef72bf169da4b122
parent1aebb36ba1cdd75724bd7375a3bcd4ad9702f6e4 (diff)
added infopath to .profile
-rw-r--r--dotfiles/system/.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile
index c2ecb27..1d745ed 100644
--- a/dotfiles/system/.profile
+++ b/dotfiles/system/.profile
@@ -56,6 +56,10 @@ if [ -z "$XDG_RUNTIME_DIR" ]; then
fi
fi
+# INFO
+export INFOPATH=/home/cjennings/.emacs.d/assets/info:
+
+
##
## ALIASES
##