disable just completion and get complete starship init code

main
Andrew Coleman 2023-03-22 15:11:48 -04:00
parent 052f2afe98
commit 2547887e4f
1 changed files with 3 additions and 3 deletions

View File

@ -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