We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ac548 commit df45a2fCopy full SHA for df45a2f
user.sh
@@ -238,7 +238,9 @@ fi
238
239
print_info "Installing zoxide"
240
if ! command -v zoxide &> /dev/null; then
241
- curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
+ # curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
242
+ # The curl install method hits rate limit on GitHub API
243
+ cargo install zoxide --locked
244
else
245
print_info "Zoxide already installed!"
246
fi
0 commit comments