summaryrefslogtreecommitdiff
path: root/angou
diff options
context:
space:
mode:
Diffstat (limited to 'angou')
-rwxr-xr-xangou2
1 files changed, 1 insertions, 1 deletions
diff --git a/angou b/angou
index 756df71..9f28111 100755
--- a/angou
+++ b/angou
@@ -20,7 +20,7 @@ view() {
20 20
21# copy the first line from view to clipboard 21# copy the first line from view to clipboard
22copy() { 22copy() {
23 view "$1" | "$ANGOU_CLIPBOARD" 23 view "$1" | sed 1q | $ANGOU_CLIPBOARD
24} 24}
25 25
26# create new or existing password in ANGOU_DIR 26# create new or existing password in ANGOU_DIR