diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-04 15:18:24 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-04 15:18:24 +1100 |
| commit | 94fc21eb45446727993a0ac8f5b849cb5add67aa (patch) | |
| tree | 1ef81defcda1c24915a1039aa5129c2080428f49 /main.fish | |
| parent | install: firefox module (diff) | |
| download | caelestia-cli-94fc21eb45446727993a0ac8f5b849cb5add67aa.tar.gz caelestia-cli-94fc21eb45446727993a0ac8f5b849cb5add67aa.tar.bz2 caelestia-cli-94fc21eb45446727993a0ac8f5b849cb5add67aa.zip | |
install: fix firefox install
Also actually add it to the completions and valid modules
Diffstat (limited to 'main.fish')
| -rwxr-xr-x | main.fish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ if test "$argv[1]" = scheme end if test "$argv[1]" = install - set -l valid_modules scripts discord fish foot fuzzel hypr safeeyes shell gtk vscode + set -l valid_modules scripts discord firefox fish foot fuzzel hypr safeeyes shell gtk vscode if test "$argv[2]" = all for module in $valid_modules $src/install/$module.fish $argv[3..] |