1
0
Fork 0

fish: Add base64 --decode wrapper

This commit is contained in:
Daniel Kempkens 2022-08-20 21:10:55 +02:00
parent 5000a931fe
commit 9167e2b435

View file

@ -118,6 +118,10 @@
};
functions = {
base64decode = ''
echo "$argv" | base64 --decode
'';
podman = ''
fish -c "set -e SSH_AUTH_SOCK; ${config.home.profileDirectory}/bin/podman $argv"
'';