Skip to content

Commit

Permalink
no more cdablevars. predict instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Soares committed Oct 15, 2012
1 parent b71563f commit 086af30
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions lib/config.zsh
@@ -1,16 +1,19 @@
setopt dvorak autocd beep extendedglob nomatch interactivecomments
setopt prompt_subst long_list_jobs multios cdablevars
setopt dvorak prompt_subst
setopt beep autocd nomatch multios
setopt extendedglob
setopt interactivecomments
setopt long_list_jobs
stty -ixon

# prompt coloring
autoload colors
colors
autoload colors; colors
autoload predict; predict-on

# smart urls
autoload -U url-quote-magic
zle -N self-insert url-quote-magic

# file rename magic
# Meta-m to repeat yourself
bindkey "^[m" copy-prev-shell-word

export CCACHE_DIR=$XDG_CACHE_HOME/ccache
Expand Down

0 comments on commit 086af30

Please sign in to comment.