Skip to content

Commit

Permalink
fix: specify user and shell in justfile lchsh commands (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Jul 27, 2023
1 parent 4097016 commit f751d05
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 @@ -14,7 +14,7 @@ framework-13:
rpm-ostree kargs --append="module_blacklist=hid_sensor_hub" --append="nvme.noacpi=1" --append="tpm_tis.interrupts=0"

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

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

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

0 comments on commit f751d05

Please sign in to comment.