We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb9626 commit d82e6efCopy full SHA for d82e6ef
commands/inits/data/aliases.sh
@@ -1,3 +1,5 @@
1
+# source file: aliases.sh
2
+# shellcheck shell=sh
3
alias gs='scmpuff_status'
4
alias ga='git add'
5
alias gd='git diff'
commands/inits/data/git_wrapper.sh
@@ -1,3 +1,6 @@
+# source file: git_wrapper.sh
+
# Remove any existing git alias or function
unalias git > /dev/null 2>&1
6
unset -f git > /dev/null 2>&1
commands/inits/data/status_shortcuts.sh
+# source file: status_shortcuts.sh
scmpuff_status() {
local scmpuff_env_char="e"
0 commit comments