From fa12345ea4c6c117732ce23fe94afaafdbd8965a Mon Sep 17 00:00:00 2001 From: teraflops Date: Wed, 11 Jun 2025 18:35:07 +0200 Subject: [PATCH] paste settings improved --- .zsh/completions/_pastebin_client | 1 - 1 file changed, 1 deletion(-) diff --git a/.zsh/completions/_pastebin_client b/.zsh/completions/_pastebin_client index e940d34..0faa288 100644 --- a/.zsh/completions/_pastebin_client +++ b/.zsh/completions/_pastebin_client @@ -24,7 +24,6 @@ _pastebin_client() { 'download_all:Download all pastes' 'download_favorites:Download all favorite pastes' 'list_favorites:List all favorite pastes' - 'list_pastes:List all pastes of current user' 'shared_with_others:List pastes shared with other users' 'shared_with_me:List pastes others shared with me' 'share:Share a paste with another user'