diff --git a/.local/dotfiles/functions/lhpaste.zsh b/.local/dotfiles/functions/lhpaste.zsh index f94d045..a42df60 100644 --- a/.local/dotfiles/functions/lhpaste.zsh +++ b/.local/dotfiles/functions/lhpaste.zsh @@ -87,14 +87,14 @@ EOF args+=(-d "name=$o_title[2]") fi - if [[ -n "$o_apikey" ]]; then - apikey="$o_apikey[2]" - fi + #if [[ -n "$o_apikey" ]]; then + # apikey="$o_apikey[2]" + #fi if [[ -n "$o_url" ]]; then server_url="$o_url[2]/api/create" - if [[ -n "$apikey" ]]; then - server_url="$server_url?apikey=$apikey" + if [[ -n "$o_apikey" ]]; then + server_url="$server_url?apikey=$o_apikey[2]" fi fi