about summary refs log tree commit diff
path: root/profile/.profile.d/git.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profile/.profile.d/git.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/profile/.profile.d/git.sh b/profile/.profile.d/git.sh
new file mode 100644
index 0000000..d0b5e8f
--- /dev/null
+++ b/profile/.profile.d/git.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+if command -v git >/dev/null 2>&1; then
+	if command -v hub >/dev/null 2>&1; then
+		alias git="hub"
+	fi
+	alias g="git"
+
+	if command -v delta >/dev/null 2>&1; then
+		export GIT_PAGER="delta"
+	fi
+fi

Consider giving Nix/NixOS a try! <3