diff --git a/.zlogin b/.zlogin index d93739f..f2facc2 100644 --- a/.zlogin +++ b/.zlogin @@ -1,3 +1,7 @@ -## ~/.zlogin +############################################## +## locate: ${XDG_CONFIG_HOME}/.zlogin ## +## author: milomouse (github.com/milomouse) ## +## detail: configuration file for zsh login ## +############################################## cd ${H:-/howl} #if [[ ${#PATH/sbin} -eq ${#PATH} ]] { PATH=/usr/local/sbin:/sbin:/usr/sbin:${PATH} } diff --git a/.zshrc b/.zshrc index 9a4b40c..d55ca95 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,8 @@ -## ~/.zshrc +############################################### +## locate: ${XDG_CONFIG_HOME}/.zshrc ## +## author: milomouse (github.com/milomouse) ## +## detail: main configuration file for `zsh' ## +############################################### # source external configuration files: for i in ${HOME}/zsh/zsh-{options,exports,aliases,functions}; do diff --git a/zsh/zsh-aliases b/zsh/zsh-aliases index d079d28..0806860 100644 --- a/zsh/zsh-aliases +++ b/zsh/zsh-aliases @@ -1,4 +1,8 @@ -## ~/.zsh-aliases +################################################ +## locate: ${XDG_CONFIG_HOME}/zsh/zsh-aliases ## +## author: milomouse (github.com/milomouse) ## +## detail: configuration file for zsh aliases ## +################################################ # file management: alias ls="/bin/ls -h --file-type --time-style='+%y-%m-%d %H%M%S' --color=auto --group-directories-first" diff --git a/zsh/zsh-exports b/zsh/zsh-exports index 8d115e8..9309eb2 100644 --- a/zsh/zsh-exports +++ b/zsh/zsh-exports @@ -1,4 +1,8 @@ -## ~/.zsh-exports +################################################ +## locate: ${XDG_CONFIG_HOME}/zsh/zsh-exports ## +## author: milomouse (github.com/milomouse) ## +## detail: configuration file for zsh exports ## +################################################ ## global environment exports: ## (Gentoo does some of this!) diff --git a/zsh/zsh-functions b/zsh/zsh-functions index 6b8c77b..7ac39d0 100644 --- a/zsh/zsh-functions +++ b/zsh/zsh-functions @@ -1,4 +1,8 @@ -## ~/.zsh-functions +################################################## +## locate: ${XDG_CONFIG_HOME}/zsh/zsh-functions ## +## author: milomouse (github.com/milomouse) ## +## detail: configuration file for zsh functions ## +################################################## # use history, but skip certain cmds/args from being written: function zshaddhistory { diff --git a/zsh/zsh-options b/zsh/zsh-options index 1ead61b..2166dee 100644 --- a/zsh/zsh-options +++ b/zsh/zsh-options @@ -1,4 +1,8 @@ -## ~/.zsh-options +################################################ +## locate: ${XDG_CONFIG_HOME}/zsh/zsh-options ## +## author: milomouse (github.com/milomouse) ## +## detail: configuration file for zsh options ## +################################################ # 01 -> changing directories: setopt autocd