mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-08 04:20:29 +00:00
Make default ENVs available here and reuse
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
# Exit immediately if a command exits with a non-zero status
|
# Exit immediately if a command exits with a non-zero status
|
||||||
set -eE
|
set -eE
|
||||||
|
|
||||||
export PATH="$HOME/.local/share/omarchy/bin:$PATH"
|
OMARCHY_PATH="$HOME/.local/share/omarchy"
|
||||||
OMARCHY_INSTALL=~/.local/share/omarchy/install
|
OMARCHY_INSTALL="$OMARCHY_PATH/install"
|
||||||
|
export PATH="$OMARCHY_PATH/bin:$PATH"
|
||||||
|
|
||||||
# Preparation
|
# Preparation
|
||||||
source $OMARCHY_INSTALL/preflight/show-env.sh
|
source $OMARCHY_INSTALL/preflight/show-env.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user