aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
new file mode 100644
index 0000000..f0ba63d
--- /dev/null
+++ b/.config/shell/profile
@@ -0,0 +1,7 @@
+#! /usr/bin/env sh
+
+if command -v lonestar > /dev/null 2>&1
+then
+ [ "${DEBUG_DOTFILES}" ] && echo "Initializing LoneStar"
+ eval "$(lonestar init)"
+fi