Skip to content

Commit

Permalink
lib: Add shellcheck header
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Sep 12, 2021
1 parent e08c9de commit 0375e47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified lib/log.bash
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion lib/theme.githelpers.bash
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# shellcheck shell=bash

function _git-symbolic-ref {
git symbolic-ref -q HEAD 2> /dev/null
Expand Down
2 changes: 1 addition & 1 deletion lib/theme.p4helpers.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# shellcheck shell=bash

function _p4-opened {
timeout 2.0s p4 opened -s 2> /dev/null
Expand Down

0 comments on commit 0375e47

Please sign in to comment.