fish: Add base64 --decode wrapper
This commit is contained in:
parent
5000a931fe
commit
9167e2b435
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
base64decode = ''
|
||||||
|
echo "$argv" | base64 --decode
|
||||||
|
'';
|
||||||
|
|
||||||
podman = ''
|
podman = ''
|
||||||
fish -c "set -e SSH_AUTH_SOCK; ${config.home.profileDirectory}/bin/podman $argv"
|
fish -c "set -e SSH_AUTH_SOCK; ${config.home.profileDirectory}/bin/podman $argv"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue