diff --git a/.zsh_functions/insta.zsh b/.zsh_functions/insta.zsh index a0f2503..a899cbd 100644 --- a/.zsh_functions/insta.zsh +++ b/.zsh_functions/insta.zsh @@ -55,7 +55,7 @@ insta () { user_list=("${insta_default_users[@]}") fi - local cmd=(uvx --with browser_cookie3 instaloader -b Safari "${user_list[@]}" --fast-update) + local cmd=(uvx --with browser_cookie3 instaloader -b Safari "${user_list[@]}" --fast-update --abort-on=302,400,401,429) if $stories_only; then cmd+=(--stories --no-profile-pic --no-posts) else diff --git a/.zshrc b/.zshrc index b541348..3c4544a 100755 --- a/.zshrc +++ b/.zshrc @@ -31,6 +31,5 @@ autosource nas autosource fuck autosource download -#test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" - +eval "$(zoxide init --cmd cd zsh)"