Update docs and add an option for graphical login

This commit is contained in:
2024-01-12 15:05:09 -08:00
parent a17ad2dc3c
commit 0351cace86
4 changed files with 47 additions and 12 deletions

View File

@ -14,8 +14,6 @@ function cmd_exists {
hash "${1}" >/dev/null 2>&1
}
# User configuration file
[[ -v ZSH_USER_DIR ]] || ZSH_USER_DIR="${HOME}/.zsh.d"
# source_user_file <name>
function source_user_file {
local machine_specific="${ZSH_CONFIG_DIR}/${1}.${HOST}.zsh"