From e118fbf53c8268c04adaab38db2d45c5464f5e8d Mon Sep 17 00:00:00 2001 From: Tonoxis Date: Wed, 7 Jun 2023 22:46:42 -0400 Subject: [PATCH] Changed zshrc, changed old string in ellipsis.sh --- ellipsis.sh | 11 +---------- zshrc | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) 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..."