Navigation Menu

Skip to content

Commit

Permalink
uniform comments for zsh files
Browse files Browse the repository at this point in the history
  • Loading branch information
milomouse (Vincent Anonymouse) committed Jul 14, 2013
1 parent 49a5c6e commit bea15f2
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .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} }
6 changes: 5 additions & 1 deletion .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
Expand Down
6 changes: 5 additions & 1 deletion 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"
Expand Down
6 changes: 5 additions & 1 deletion 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!)
Expand Down
6 changes: 5 additions & 1 deletion 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 {
Expand Down
6 changes: 5 additions & 1 deletion 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
Expand Down

0 comments on commit bea15f2

Please sign in to comment.