mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-07 20:47:49 +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
|
||||
set -eE
|
||||
|
||||
export PATH="$HOME/.local/share/omarchy/bin:$PATH"
|
||||
OMARCHY_INSTALL=~/.local/share/omarchy/install
|
||||
OMARCHY_PATH="$HOME/.local/share/omarchy"
|
||||
OMARCHY_INSTALL="$OMARCHY_PATH/install"
|
||||
export PATH="$OMARCHY_PATH/bin:$PATH"
|
||||
|
||||
# Preparation
|
||||
source $OMARCHY_INSTALL/preflight/show-env.sh
|
||||
|
||||
Reference in New Issue
Block a user