Skip to content

Commit 93f2f35

Browse files
author
Ira Abramov
committed
Add shellcheck headers
1 parent ae82116 commit 93f2f35

36 files changed

+86
-20
lines changed

themes/mairan/mairan.theme.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
3+
14
# Mairan Bash Prompt, inspired by "Zork"
25

36
if tput setaf 1 &> /dev/null; then

themes/mbriggs/mbriggs.theme.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
3+
14
# ------------------------------------------------------------------#
25
# FILE: mbriggs.zsh-theme #
36
# BY: Matt Briggs ([email protected]) #

themes/metal/metal.theme.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
23

34
# Emoji-based theme to display source control management and
45
# virtual environment info beside the ordinary bash prompt.

themes/minimal/minimal.theme.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
23

34
SCM_THEME_PROMPT_PREFIX="${cyan}(${green}"
45
SCM_THEME_PROMPT_SUFFIX="${cyan})"

themes/modern-t/modern-t.theme.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
3+
14
# The "modern-t" theme is a "modern" theme variant with support
25
# for "t", the minimalist python todo list utility by Steve Losh.
36
# Get and install "t" at https://github.com/sjl/t#installing-t

themes/modern-time/modern-time.theme.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
3+
14
# Modified version of the original modern theme in bash-it
25
# Removes the battery charge and adds the current time
36

themes/morris/morris.theme.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
3+
14
# prompt theming
25

36
# added TITLEBAR for updating the tab and window titles with the pwd

themes/n0qorg/n0qorg.theme.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
3+
24
# n0qorg theme by Florian Baumann <[email protected]>
35

46
## look-a-like

themes/newin/newin.theme.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
23

34
SCM_THEME_PROMPT_DIRTY=" ${red}"
45
SCM_THEME_PROMPT_CLEAN=" ${green}"

themes/nwinkler/nwinkler.theme.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# shellcheck shell=bash
2+
# shellcheck disable=SC2034 # Expected behavior for themes.
23

34
# Two line prompt showing the following information:
45
# (time) SCM [username@hostname] pwd (SCM branch SCM status)

0 commit comments

Comments
 (0)