Skip to content

Commit

Permalink
fix(just): devbox global shell hooks (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: bobslept <38557801+bobslept@users.noreply.github.com>
  • Loading branch information
fossrob and bobslept committed Aug 18, 2023
1 parent 5bb88e4 commit 2756766
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 @@ -143,8 +143,8 @@ nix-devbox:
nix-devbox-global:
echo 'Installing devbox global profile.'
devbox global pull https://devbox.getfleek.dev/high
echo 'run "devbox global run install-bash-hook" to configure bash shell'
echo 'run "devbox global run install-zsh-hook" to configure zsh shell'
echo 'run "devbox global run install-hook-bash" to configure bash shell'
echo 'run "devbox global run install-hook-zsh" to configure zsh shell'
echo 'run "devbox global run" to see other available configuration commands'

# Enable podmansh as user shell (EXPERIMENTAL)
Expand Down

0 comments on commit 2756766

Please sign in to comment.