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 97b7e66 commit 83b690b
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 83b690b

Please sign in to comment.