disable just completion and get complete starship init code
parent
052f2afe98
commit
2547887e4f
|
@ -202,12 +202,12 @@ curl -sw '%{url_effective}\n' -Lo "$HOME/.vimrc" https://git.penguincoder.org/pe
|
|||
install -m 640 ./.zshrc "$HOME/"
|
||||
|
||||
AUTO_FILE="$HOME/.zshrc.auto"
|
||||
echo > "$AUTO_FILE"
|
||||
PATH="$PATH:$HOME/.nix-profile/bin"
|
||||
echo > "$AUTO_FILE"
|
||||
atuin init zsh >> "$AUTO_FILE"
|
||||
direnv hook zsh >> "$AUTO_FILE"
|
||||
just --completions zsh >> "$AUTO_FILE"
|
||||
starship init zsh >> "$AUTO_FILE"
|
||||
#just --completions zsh >> "$AUTO_FILE"
|
||||
starship init zsh --print-full-init >> "$AUTO_FILE"
|
||||
zoxide init zsh >> "$AUTO_FILE"
|
||||
|
||||
[ -d /usr/local/bin ] || sudo mkdir /usr/local/bin
|
||||
|
|
Loading…
Reference in New Issue