Skip to content

Commit

Permalink
$HOME/.zsh/
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshuma committed May 5, 2010
1 parent 74ea9e6 commit 2031eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Empty file added tmp/.gitignore
Empty file.
7 changes: 4 additions & 3 deletions zshrc
Expand Up @@ -4,8 +4,10 @@

# TODO: Split this beast into ~/.zsh/lib/*.zsh

export ZSH_HOME=$HOME/.zsh

# History
HISTFILE=~/.zsh_history
HISTFILE=$ZSH_HOME/tmp/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
setopt hist_ignore_dups
Expand Down Expand Up @@ -116,7 +118,6 @@ function gc {
# }


# Load any .zsh config files in $HOME/.zsh/lib/
export ZSH_HOME=$HOME/.zsh
# Load the library files, then custom files.
for config_file ($ZSH_HOME/lib/*.zsh) source $config_file
for custom_file ($ZSH_HOME/custom/*.zsh) source $custom_file

0 comments on commit 2031eb2

Please sign in to comment.