Add scaleway-cli
parent
6c50581b2a
commit
e7b4cf3ca3
|
@ -91,6 +91,7 @@ rmtrash
|
||||||
rofi
|
rofi
|
||||||
rofimoji
|
rofimoji
|
||||||
rsync
|
rsync
|
||||||
|
scaleway-cli
|
||||||
signal-desktop
|
signal-desktop
|
||||||
stylua
|
stylua
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
|
|
3
.zshrc
3
.zshrc
|
@ -61,6 +61,9 @@ eval "$(oh-my-posh init zsh --config ~/.config/theme/quick-term.omp.json)"
|
||||||
# Completions for zoxide
|
# Completions for zoxide
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
|
# Completions for scaleway-cli
|
||||||
|
eval "$(scw autocomplete script shell=zsh)"
|
||||||
|
|
||||||
# And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh)
|
# And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh)
|
||||||
fast-theme LOCAL:catppuccin-macchiato >/dev/null
|
fast-theme LOCAL:catppuccin-macchiato >/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue