diff options
| author | xengineering <me@xengineering.eu> | 2024-06-27 22:05:09 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2024-06-27 22:05:09 +0200 |
| commit | 6d7b2f37ce19601b97e56ac31093ff358cf4bae6 (patch) | |
| tree | 03a4f9a674e270d1a55f63df8e1d1b625759fe5a | |
| parent | f97942ade6ff8dd4953eff299f0531b4d80557ae (diff) | |
| download | dotfiles-6d7b2f37ce19601b97e56ac31093ff358cf4bae6.tar dotfiles-6d7b2f37ce19601b97e56ac31093ff358cf4bae6.tar.zst dotfiles-6d7b2f37ce19601b97e56ac31093ff358cf4bae6.zip | |
bash: Remove shellcheck comments
| -rw-r--r-- | .bashrc | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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)/' } |
