update fish config

This commit is contained in:
LordMZTE 2022-07-01 14:59:40 +02:00
parent 5de0bd4e76
commit 50a211fde7
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,8 @@
function jm --wraps=jm
if [ $argv[1] = up ]
set token (keepassxc-cli show $KEEPASS_DB jensmemes -sa password)
command jm up --token $token $argv[2..]
else
command jm $argv[1..]
end
end