From f8ed65f1de960844017b7c801784c226a6f4ed2e Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 20 Sep 2019 10:41:08 +0200 Subject: [PATCH] rofi-gopass fix spelling error --- .local/bin/rofi-gopass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/rofi-gopass b/.local/bin/rofi-gopass index 6ba13f1..8018cf2 100755 --- a/.local/bin/rofi-gopass +++ b/.local/bin/rofi-gopass @@ -5,7 +5,7 @@ # rofi wrapper. Add custom settings here. _rofi() { - tofi -dmenu -no-auto-select -i "$@" -theme /themes/dmenu + rofi -dmenu -no-auto-select -i "$@" -theme /themes/dmenu } # default settings