mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 09:32:55 +00:00
fix: Correct issues with just command, lists by default and works in fish no matter working directory
Fixes #271
This commit is contained in:
parent
09559a8106
commit
6e4cb371b9
@ -1,3 +1,6 @@
|
||||
default:
|
||||
/usr/bin/just --list --list-heading $'Available commands:\n' --list-prefix $' - ' --justfile /usr/share/ublue-os/just/custom.just
|
||||
|
||||
enable-gamescope-autologin:
|
||||
#!/usr/bin/env bash
|
||||
source /etc/default/bazzite
|
||||
|
@ -1 +1 @@
|
||||
alias just='/usr/bin/just --unstable'
|
||||
alias just='/usr/bin/just --unstable --justfile /usr/share/ublue-os/just/custom.just'
|
||||
|
@ -1,3 +1,6 @@
|
||||
default:
|
||||
/usr/bin/just --list --list-heading $'Available commands:\n' --list-prefix $' - ' --justfile /usr/share/ublue-os/just/custom.just
|
||||
|
||||
install-bazzite-arch:
|
||||
source /etc/default/bazzite && \
|
||||
echo 'Installing Bazzite Arch...' && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user