Skip to content

Commit

Permalink
fix justfile shell tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 13, 2023
1 parent c962454 commit a4ffc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ distrobox-universal:

# Switch to the fish shell
fish:
sudo lchsh $USER /usr/bin/fish
chsh -s /usr/bin/fish

# Install recommended GNOME extensions
gnome-extensions:
Expand Down Expand Up @@ -215,7 +215,7 @@ yafti:

# Switch to the zsh shell
zsh:
sudo lchsh $USER /usr/bin/zsh
chsh -s /usr/bin/zsh

docker:
sudo systemctl enable --now docker
Expand Down

0 comments on commit a4ffc72

Please sign in to comment.