Commit 1757691b authored by nimrod's avatar nimrod
Browse files

Better git exec alias, shell aliases work now.

parent 23b3e7db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    cleaaan = clean -fdx
    dif = diff --color-words
    empty-commit = commit --allow-empty
	exec = "!exec "
	exec = "!${SHELL:-/bin/sh} -ic "
    ff = merge --no-edit --ff-only master
    fixup = !cd "${GIT_PREFIX:-$PWD}" && git commit --fixup $(git last-commit)
    forget = reset HEAD^