Skip to content

Commit

Permalink
gnome_install_extensions.sh: Fix path (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Dec 25, 2024
1 parent 366d407 commit 66f2d40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CommonInitScripts/gnome_install_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ if ! echo "$PATH" | grep /home/jr/.local/bin; then
fi

pipx install gnome-extensions-cli --system-site-packages
# TODO one source.. was not enough for come reason...
# shellcheck source=/dev/null
source ~/.bashrc
# TODO the source command was not enough for come reason... investigate!!!
export PATH="$PATH:/home/jr/.local/bin"

# TODO Another session manager extension can probably replace putwindows and
# also my autostart scripts as it is also able to start the applications.
Expand Down

0 comments on commit 66f2d40

Please sign in to comment.