Skip to content

Commit

Permalink
fix: flag order for just shells (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Aug 12, 2023
1 parent 18ee42d commit fd5337d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ framework-13:
rpm-ostree kargs --append="module_blacklist=hid_sensor_hub" --append="nvme.noacpi=1" --append="tpm_tis.interrupts=0"

fish:
sudo lchsh $USER /usr/bin/fish
sudo lchsh -s /usr/bin/fish $USER

gnome-extensions:
pip install --upgrade gnome-extensions-cli
Expand Down Expand Up @@ -127,4 +127,4 @@ yafti:
yafti /etc/yafti.yml

zsh:
sudo lchsh $USER /usr/bin/zsh
sudo lchsh -s /usr/bin/zsh $USER

0 comments on commit fd5337d

Please sign in to comment.