đ Default Ice
An annex delivers the capability to set default ices for the next zi
command, e.g:
set default-ices:
zi default-ice lucid from"gh-r"
this will download from GitHub releases (gh-r) and also use the lucid ice by default:
zi wait for \ sbin junegunn/fzf-bin \ sbin"**/pk" peco/peco
caution
The wait
ice cannot be made default by using this subcommand.
default-ice
â
An annex provides a subcommand â default-ice
which has the following synopsis:
â default-ice [ -s | -c | -g | -t | -q | -h ] [ -s ] â Show currently set default ices [ -c ] â Reset default ices [ -g ] â Return current ices in REPLAY hash [ -t ] â Show statistics [ -q ] â Hide all messages [ -h ] â This message
Install default-iceâ
Source
- Default
Add the following snippet in the .zshrc
file:
zi light z-shell/z-a-default-ice
This will register the default-ice subcommand.