config-bash/aliases.d/gopass

7 lines
103 B
Plaintext
Raw Permalink Normal View History

2023-08-31 15:16:03 +02:00
#!/bin/bash
if (command -v 'gopass' && ! command -v pass ) &> /dev/null
then
alias pass='gopass'
fi