diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-02-24 20:03:44 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-02-24 20:03:44 +0100 |
commit | 0b742502c5c9983e16dec567d39096cb1e696984 (patch) | |
tree | b0aeac3371cde2fb44df45d314ebead401dd30c2 /.local | |
parent | 5e056f6128e5680b34ecf963a00c975841f6fa7a (diff) |
add git alias for pass
Diffstat (limited to '.local')
-rwxr-xr-x | .local/share/pass-extensions/g.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/share/pass-extensions/g.bash b/.local/share/pass-extensions/g.bash new file mode 100755 index 0000000..4ab3ace --- /dev/null +++ b/.local/share/pass-extensions/g.bash @@ -0,0 +1,2 @@ +#!/bin/bash +exec pass git "$@" |