aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-02-24 20:03:44 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-02-24 20:03:44 +0100
commit0b742502c5c9983e16dec567d39096cb1e696984 (patch)
treeb0aeac3371cde2fb44df45d314ebead401dd30c2 /.local
parent5e056f6128e5680b34ecf963a00c975841f6fa7a (diff)
add git alias for pass
Diffstat (limited to '.local')
-rwxr-xr-x.local/share/pass-extensions/g.bash2
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 "$@"