diff --git a/ellipsis.sh b/ellipsis.sh index bc809a3..4715d76 100755 --- a/ellipsis.sh +++ b/ellipsis.sh @@ -60,16 +60,7 @@ pkg.uninstall() { pkg.init() { -# Check if systemd-genie is installed, and let's execute that if we're not in a bottle. -if [ "$INSIDE_GENIE" != true ]; then - if [ -e /etc/genie.ini ]; then - # I don't trust genie to preserve the Windows path, so we're going to do it - echo "export PATH=\$PATH:\"$PATH\"" >$HOME/.shell/etc/env - genie -s - exit 0 - fi -fi -echo "[INFO] Initializing ToxOS Shell..." +echo "[INFO] Initializing TononixOS Shell..." # Add Shell Binaries to PATH declare -x PATH=$PATH:$HOME/.shell/bin diff --git a/zshrc b/zshrc index 9c44dd9..87f01a6 100644 --- a/zshrc +++ b/zshrc @@ -3,7 +3,7 @@ if [ "$INSIDE_GENIE" = true ]; then source $HOME/.shell/etc/env fi fi -declare -x PATH=$PATH:$HOME/.ellipsis/bin +declare -x PATH=$PATH:$HOME/.ellipsis/bin:$HOME/.local/bin if [ -e "$HOME/.firstlogin" ]; then echo "[tononixOS] Doing some last-minute updates to the default shell configuration..."