aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-02 16:35:18 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-10-02 16:35:18 +0200
commitd62f1d1673fc0a319ea4581dee0f6085b1f70005 (patch)
tree78ea262acbdf6b43ed9c7c3f18b8012867e40615 /.config/shell/profile
parent06d7914df92c78469b84220aee5e18f2517af1dc (diff)
Add shell configs
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