Update 6 files

- /home/dot_config/shell/aliases.sh.tmpl
- /home/dot_config/shell/exports.sh.tmpl
- /home/dot_config/shell/functions.sh.tmpl
- /home/dot_config/shell/motd.sh.tmpl
- /home/dot_config/shell/private_private.sh.tmpl
- /home/dot_config/shell/profile.sh.tmpl
This commit is contained in:
Brian Zalewski 2023-04-16 02:11:31 +00:00
parent 171077b101
commit d316c7bcbf
6 changed files with 6 additions and 6 deletions

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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