feat: Ajout alias pour gopass
This commit is contained in:
parent
6aec2fe66f
commit
7836bb1761
6
aliases.d/gopass
Normal file
6
aliases.d/gopass
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if (command -v 'gopass' && ! command -v pass ) &> /dev/null
|
||||||
|
then
|
||||||
|
alias pass='gopass'
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user