aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/profile
blob: f0ba63d7bc0ba824cb1e9d1656a2690862261de5 (plain)
1
2
3
4
5
6
7
#! /usr/bin/env sh

if command -v lonestar > /dev/null 2>&1
then
	[ "${DEBUG_DOTFILES}" ] && echo "Initializing LoneStar"
	eval "$(lonestar init)"
fi