Skip to content

Commit

Permalink
Make silent installer
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 14, 2023
1 parent df214e7 commit eb83dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _install_latest_sheldon() {
curl --proto '=https' -fLsS https://rossmacarthur.github.io/install/crate.sh | bash -s -- --repo rossmacarthur/sheldon --to "$XDG_DATA_HOME/sheldon/bin"
}

sheldon --version || _install_latest_sheldon
(( $+commands[sheldon] )) || _install_latest_sheldon

eval "$(sheldon source)"

Expand Down

0 comments on commit eb83dc4

Please sign in to comment.