Changed zshrc, changed old string in ellipsis.sh

This commit is contained in:
Tonoxis
2023-06-07 22:46:42 -04:00
parent 47aae7f1f7
commit e118fbf53c
2 changed files with 2 additions and 11 deletions

View File

@@ -60,16 +60,7 @@ pkg.uninstall() {
pkg.init() { pkg.init() {
# Check if systemd-genie is installed, and let's execute that if we're not in a bottle. echo "[INFO] Initializing TononixOS Shell..."
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..."
# Add Shell Binaries to PATH # Add Shell Binaries to PATH
declare -x PATH=$PATH:$HOME/.shell/bin declare -x PATH=$PATH:$HOME/.shell/bin

2
zshrc
View File

@@ -3,7 +3,7 @@ if [ "$INSIDE_GENIE" = true ]; then
source $HOME/.shell/etc/env source $HOME/.shell/etc/env
fi fi
fi fi
declare -x PATH=$PATH:$HOME/.ellipsis/bin declare -x PATH=$PATH:$HOME/.ellipsis/bin:$HOME/.local/bin
if [ -e "$HOME/.firstlogin" ]; then if [ -e "$HOME/.firstlogin" ]; then
echo "[tononixOS] Doing some last-minute updates to the default shell configuration..." echo "[tononixOS] Doing some last-minute updates to the default shell configuration..."