This commit is contained in:
2025-10-12 18:25:13 +08:00
parent 95ad6b0c6a
commit edf76874fc
3 changed files with 5 additions and 5 deletions

View File

@@ -25,10 +25,10 @@ php "$HOME/install/other/composer-setup.php" \
--filename="composer" --filename="composer"
COMPOSER_GLOBAL_HOME="$($HOME/.local/bin/composer config -g home)" COMPOSER_GLOBAL_HOME="$($HOME/.local/bin/composer config -g home)"
NEWPATH="export PATH=\"$COMPOSER_GLOBAL_HOME/vendor/bin:\${PATH}\"" NEWPATH="PATH=\"$COMPOSER_GLOBAL_HOME/vendor/bin:\${PATH}\""
cat "$HOME/.profile" | grep -qoh "$NEWPATH" || { cat "$HOME/.profile" | grep -qoh "$NEWPATH" || {
$NEWPATH export "$NEWPATH"
echo "$NEWPATH" >> "$HOME/.profile" echo "export $NEWPATH" >> "$HOME/.profile"
} }
source "$HOME/.profile" source "$HOME/.profile"

View File

@@ -6,6 +6,6 @@
# Wayland KDE: https://www.reddit.com/r/kde/comments/11vrbwc/how_do_i_rotate_the_screen_on_kde_with_wayland/ # Wayland KDE: https://www.reddit.com/r/kde/comments/11vrbwc/how_do_i_rotate_the_screen_on_kde_with_wayland/
# kscreen-doctor --outputs # kscreen-doctor --outputs
OUTPUT='HDMI-A-3' OUTPUT='HDMI-0'
DIRECTION="$1" # (left|right|normal|inverted) DIRECTION="$1" # (left|right|normal|inverted)
kscreen-doctor "output.$OUTPUT.rotation.$DIRECTION" kscreen-doctor "output.$OUTPUT.rotation.$DIRECTION"

View File

@@ -7,5 +7,5 @@ echo "Uninstalling omz..."
echo "===============================================" echo "==============================================="
echo echo
bash $ZSH/tools/uninstall.sh bash "$ZSH/tools/uninstall.sh"
exec bash exec bash