From 893d534567b404c6cb21dfba2930dab762449cee Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 27 Jun 2024 22:05:09 +0200 Subject: bash: Remove shellcheck comments --- .bashrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.bashrc b/.bashrc index 57b8f36..890e5dc 100644 --- a/.bashrc +++ b/.bashrc @@ -1,22 +1,12 @@ #!/bin/bash - # If not running interactively, don't do anything [[ $- != *i* ]] && return - -# shellcheck source=posix-shell/constants.sh . "${HOME}/.config/posix-shell/constants.sh" - - -# shellcheck source=posix-shell/aliases.sh . "${HOME}/.config/posix-shell/aliases.sh" - - -# shellcheck source=posix-shell/programs.sh . "${HOME}/.config/posix-shell/programs.sh" - parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' } -- cgit v1.2.3-70-g09d2