]> arthur.barton.de Git - ax-zsh.git/commitdiff
buku: Don't set "--tacit" in "b" alias
authorAlexander Barton <alex@barton.de>
Mon, 22 Apr 2019 21:09:58 +0000 (23:09 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 22 Apr 2019 21:09:58 +0000 (23:09 +0200)
plugins/buku/buku.zshrc

index 1a723e888920a3eb9b3c77e8274bc8e77a240d6e..03713097740ef269f476beca6bf8551005db7328 100644 (file)
@@ -4,4 +4,4 @@
 # Make sure that "buku(1)" is installed
 (( $+commands[buku] )) || return
 
-alias b='buku --suggest --tacit'
+alias b='buku --suggest'