Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-09-10 20:07:45 -07:00
commit 01c80bc374
6 changed files with 48 additions and 29 deletions

View file

@ -29,7 +29,7 @@ fi
alias \
mkd="mkdir -p" \
g=git \
smctl='sudo systemctl' \
scl='sudo systemctl' \
# <<<
## Program improvements (ex: ls = ls -h) >>>

View file

@ -38,6 +38,10 @@ error() {
# change cursor to a beam by default
printf '\e[5 q'
if ! "${PROFILE_LOADED:-false}"; then
echo "Warning: profile was not loaded! Set PROFILE_LOADED to 'true' to disable this warning." >&2
fi
### <<<
### Generic shell configuration >>>
### Environment variables >>>