aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/rofi/rofi-pass
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-05-07 10:27:38 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-05-07 10:27:38 +0800
commitf47670763cd79b2ca34b61930e78b97d6631f88f (patch)
treefc0c7b82cb0a0eb3b36217eeb76bb874bfe9fafd /X11/rofi/rofi-pass
parentfe8327560ca95571cf6f2ce4762377a112cd815d (diff)
Improve password script
Diffstat (limited to 'X11/rofi/rofi-pass')
-rwxr-xr-xX11/rofi/rofi-pass4
1 files changed, 3 insertions, 1 deletions
diff --git a/X11/rofi/rofi-pass b/X11/rofi/rofi-pass
index b6a1e01..498fa62 100755
--- a/X11/rofi/rofi-pass
+++ b/X11/rofi/rofi-pass
@@ -1,5 +1,7 @@
1#! /bin/bash 1#! /bin/bash
2 2
3export terminal=${terminal:-alacritty}
4
3cd $(dirname $0) 5cd $(dirname $0)
4 6
5rofi -show get -modes get:./pass.get,edit:./pass.edit,rm:./pass.rm 7rofi -show get -modes get:./pass.get,edit:./pass.edit,replace:./pass.replace,rm:./pass.rm