Skip to content

Commit

Permalink
fix: shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
diogocavilha committed Sep 30, 2023
1 parent 9ec4f7d commit a3a6aaa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions alias_functions/ga.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# git add

# shellcheck source=/dev/null
. ~/.fancy-git/modules/settings-manager.sh
git_use_clear=$(fancygit_config_get "git_use_clear" "true")

Expand Down
1 change: 1 addition & 0 deletions alias_functions/gaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# git add --all

# shellcheck source=/dev/null
. ~/.fancy-git/modules/settings-manager.sh
git_use_clear=$(fancygit_config_get "git_use_clear" "true")

Expand Down
1 change: 1 addition & 0 deletions alias_functions/gck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# git checkout --

# shellcheck source=/dev/null
. ~/.fancy-git/modules/settings-manager.sh
git_use_clear=$(fancygit_config_get "git_use_clear" "true")

Expand Down
1 change: 1 addition & 0 deletions alias_functions/gd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# git diff

# shellcheck source=/dev/null
. ~/.fancy-git/modules/settings-manager.sh
git_use_clear=$(fancygit_config_get "git_use_clear" "true")

Expand Down
1 change: 1 addition & 0 deletions alias_functions/gs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# git status

# shellcheck source=/dev/null
. ~/.fancy-git/modules/settings-manager.sh
git_use_clear=$(fancygit_config_get "git_use_clear" "true")

Expand Down

0 comments on commit a3a6aaa

Please sign in to comment.