eruptionctl switch profile /var/lib/eruption/profiles/swirl-perlin-rainbow.profile
Short form:
eruptionctl switch profile swirl-perlin-rainbow.profile
eruptionctl switch slot 4
In this example we will use the path ~/.eruption-completion.bash
for the completions.
Eruption supports completions through clap-complete.
Currently supported shells are: bash, zsh, fish, elvish and powershell.
Bash example:
eruptionctl completions bash > ~/.eruption-completion.bash
echo "[ -f ~/.eruption-completion.bash -a -r ~/.eruption-completion.bash ] && . ~/.eruption-completion.bash" >> ~/.bashrc