diff --git a/home/dot_config/shell/aliases.sh.tmpl b/home/dot_config/shell/aliases.sh.tmpl index 50060b6c..45fb263a 100644 --- a/home/dot_config/shell/aliases.sh.tmpl +++ b/home/dot_config/shell/aliases.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# @file Shell Aliases +# @file Aliases # @brief Houses the aliases that are included by `~/.bashrc` and `~/.zshrc` # @description # This script is included by `~/.bashrc` and `~/.zshrc` to provide command aliases. diff --git a/home/dot_config/shell/exports.sh.tmpl b/home/dot_config/shell/exports.sh.tmpl index 1ae8cda5..61311cb6 100644 --- a/home/dot_config/shell/exports.sh.tmpl +++ b/home/dot_config/shell/exports.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# @file Shell Environment Variables +# @file Environment Variables # @brief Houses the environment variables that are included by `~/.bashrc` and `~/.zshrc` # @description # This script is included by `~/.bashrc` and `~/.zshrc` to provide environment variables that play harmoniously with diff --git a/home/dot_config/shell/functions.sh.tmpl b/home/dot_config/shell/functions.sh.tmpl index d698de2f..523d123c 100644 --- a/home/dot_config/shell/functions.sh.tmpl +++ b/home/dot_config/shell/functions.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# @file Shell Functions +# @file Functions # @brief Houses the functions that are included by `~/.bashrc` and `~/.zshrc` # @description # This script is included by `~/.bashrc` and `~/.zshrc` to provide various commands and functions. diff --git a/home/dot_config/shell/motd.sh.tmpl b/home/dot_config/shell/motd.sh.tmpl index fea5b713..32547c93 100644 --- a/home/dot_config/shell/motd.sh.tmpl +++ b/home/dot_config/shell/motd.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# @file Shell MOTD +# @file MOTD # @brief Incorporates the MOTD functionality that is leveraged by the `~/.bashrc` and `~/.zshrc` files # @description # This script is included by `~/.bashrc` and `~/.zshrc` to print a MOTD whenever a terminal session diff --git a/home/dot_config/shell/private_private.sh.tmpl b/home/dot_config/shell/private_private.sh.tmpl index d643eab0..0e61664f 100644 --- a/home/dot_config/shell/private_private.sh.tmpl +++ b/home/dot_config/shell/private_private.sh.tmpl @@ -1,6 +1,6 @@ {{- if (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) -}} #!/usr/bin/env sh -# @file Shell Secrets +# @file Secrets # @brief Seperate environment variables file that, when manually sourced, includes secret environment variables # @description # This script can be invoked by running `. ~/.config/shell/private.sh` to include secret environment variables diff --git a/home/dot_config/shell/profile.sh.tmpl b/home/dot_config/shell/profile.sh.tmpl index 33b05062..01cc0af0 100644 --- a/home/dot_config/shell/profile.sh.tmpl +++ b/home/dot_config/shell/profile.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# @file Shell Profile +# @file Shared Profile # @brief Main shell profile that is used to combine the shared profile configurations that are used by both the `~/.bashrc` and `~/.zshrc` files # @description # This script is included by `~/.bashrc` and `~/.zshrc` to include imports and settings that are common to both the Bash