Skip to content

Commit

Permalink
two bug fixes.
Browse files Browse the repository at this point in the history
The errors came from adapting my custom script to what became puma.
  • Loading branch information
clawoflight committed Jan 11, 2017
1 parent 3eff45c commit 4259875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/puma
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi


typeout() {
local gpg="/usr/bin/gpg --no-tty --quiet --decrypt $keyring/$key.gpg"
local gpg="/usr/bin/gpg --no-tty --quiet --decrypt $PUMA_KEYRING/$key.gpg"
echo type "$($gpg | grep -m 1 "$1: " | cut -d " " -f 2)" | xdotool -
}

Expand Down
2 changes: 1 addition & 1 deletion bin/puma-menu
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

PUMA_KEYRING="${PUMA_KEYRING:-$HOME/Documents/keyring}"

ls -1B "$PUMA_KEYRING" | sed 's/\(.*\)\..*/\1/' | dmenu -p "Login:" | xargs ~/bin/up
ls -1B "$PUMA_KEYRING" | sed 's/\(.*\)\..*/\1/' | dmenu -p "Login:" | xargs puma

0 comments on commit 4259875

Please sign in to comment.