Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nick-shells/shell/baseline.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚪ LOW RISK

Nitpick: The documentation on line 7 describes the script as POSIX-compatible, but the addition of the bash directive and the use of ${BASH_SOURCE[0]} on line 19 make it Bash-specific. Consider updating the description to clarify that this is a Bash configuration to avoid confusion for users of shells like dash or ash.

# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/examples/developer.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/examples/interactive.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/examples/minimal.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/aliases.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/behavior.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/dev.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/editor.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/history.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/locale.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/path.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/security.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
1 change: 1 addition & 0 deletions nick-shells/shell/modules/xdg.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# shellcheck shell=bash
# SPDX-License-Identifier: MPL-2.0 OR MPL-2.0
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <hyperpolymath>
#
Expand Down
Loading