aboutsummaryrefslogtreecommitdiffstats
path: root/git/ge
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-26 20:04:40 +0200
committerMattias Andrée <maandree@kth.se>2021-06-26 20:04:40 +0200
commitd0c754055ddfcc56feae567b16b9044baada1386 (patch)
tree8d8e21d00daaa3e512c5e21d6e0c805ba212b409 /git/ge
parentAdd the wrappers c, dmenu, mplayer, st, and aur (diff)
downloaddotfiles-d0c754055ddfcc56feae567b16b9044baada1386.tar.gz
dotfiles-d0c754055ddfcc56feae567b16b9044baada1386.tar.bz2
dotfiles-d0c754055ddfcc56feae567b16b9044baada1386.tar.xz
Add e, ge, decrypt, encrypt, and encrypt-nosign
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-xgit/ge8
1 files changed, 8 insertions, 0 deletions
diff --git a/git/ge b/git/ge
new file mode 100755
index 0000000..4c703e0
--- /dev/null
+++ b/git/ge
@@ -0,0 +1,8 @@
+#!/bin/dash
+
+e "$@"
+git add -- "$@"
+
+if test -f "$(git home)/.git/autosave"; then
+ exec git commit -m 'Autosave'
+fi