Changed zshrc, changed old string in ellipsis.sh
This commit is contained in:
11
ellipsis.sh
11
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
|
||||
|
||||
|
||||
2
zshrc
2
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..."
|
||||
|
||||
Reference in New Issue
Block a user