Skip to content

Commit d82e6ef

Browse files
committed
build(ci): add shellcheck shell hints
1 parent 5fb9626 commit d82e6ef

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

commands/inits/data/aliases.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# source file: aliases.sh
2+
# shellcheck shell=sh
13
alias gs='scmpuff_status'
24
alias ga='git add'
35
alias gd='git diff'

commands/inits/data/git_wrapper.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# source file: git_wrapper.sh
2+
# shellcheck shell=sh
3+
14
# Remove any existing git alias or function
25
unalias git > /dev/null 2>&1
36
unset -f git > /dev/null 2>&1

commands/inits/data/status_shortcuts.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# source file: status_shortcuts.sh
2+
# shellcheck shell=sh
13
scmpuff_status() {
24
local scmpuff_env_char="e"
35

0 commit comments

Comments
 (0)