mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-09 19:45:56 +01:00
8 lines
221 B
Fish
8 lines
221 B
Fish
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
|