Skip to content

Commit

Permalink
build(ci): add shellcheck shell hints
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Jan 30, 2022
1 parent 5fb9626 commit d82e6ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/inits/data/aliases.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# source file: aliases.sh
# shellcheck shell=sh
alias gs='scmpuff_status'
alias ga='git add'
alias gd='git diff'
Expand Down
3 changes: 3 additions & 0 deletions commands/inits/data/git_wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# source file: git_wrapper.sh
# shellcheck shell=sh

# Remove any existing git alias or function
unalias git > /dev/null 2>&1
unset -f git > /dev/null 2>&1
Expand Down
2 changes: 2 additions & 0 deletions commands/inits/data/status_shortcuts.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# source file: status_shortcuts.sh
# shellcheck shell=sh
scmpuff_status() {
local scmpuff_env_char="e"

Expand Down

0 comments on commit d82e6ef

Please sign in to comment.