aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/shell/profile10
-rw-r--r--.config/shell/sources4
2 files changed, 8 insertions, 6 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index f0ba63d..1811f1e 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -1,7 +1,7 @@
#! /usr/bin/env sh
-if command -v lonestar > /dev/null 2>&1
-then
- [ "${DEBUG_DOTFILES}" ] && echo "Initializing LoneStar"
- eval "$(lonestar init)"
-fi
+#if command -v lonestar > /dev/null 2>&1
+#then
+# [ "${DEBUG_DOTFILES}" ] && echo "Initializing LoneStar"
+# eval "$(lonestar init)"
+#fi
diff --git a/.config/shell/sources b/.config/shell/sources
index 24abb59..5573d62 100644
--- a/.config/shell/sources
+++ b/.config/shell/sources
@@ -18,7 +18,9 @@ PATH="${PATH}:${HOME}/.scripts/generic"
PATH="${PATH}:${HOME}/.config/shell/wrappers.d"
# Language specific package manager bin dirs
-PATH="${PATH}:${HOME}/.perl6/bin"
+PATH="${PATH}:${HOME}/.local/share/perl6/site/bin"
+PATH="${PATH}:${HOME}/.local/share/perl6/vendor/bin"
+PATH="${PATH}:${HOME}/.local/share/perl6"
PATH="${PATH}:${HOME}/.cabal/bin"
# System bin dirs