configs  Check-in [5ce6a066ea]

Overview
Comment:fish/functions/pws.fish: Fix typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5ce6a066ea31254ee26297f4a6acd17314dafda62fe64f6928da62ba03d64f68
User & Date: js on 2022-11-27 14:34:01
Other Links: manifest | tags
Context
2022-11-27
14:58
fish: Alias gpg to gpg2 check-in: bab44182da user: js tags: trunk
14:34
fish/functions/pws.fish: Fix typo check-in: 5ce6a066ea user: js tags: trunk
2022-11-25
22:22
cross.fish: Add classic macOS check-in: 5187dcf500 user: js tags: trunk
Changes

Modified fish/functions/pws.fish from [f8c350f1b1] to [0b7880e630].

1
2
3
function pw --wraps pwnk
    pwnk -k ~/.cryptopassphrase-server.key $argv
end
|


1
2
3
function pws --wraps pwnk
    pwnk -k ~/.cryptopassphrase-server.key $argv
end