Sha256: 885a4b4841fb46a4593dd8c7001809d42caacb07c605b79531a2453a46444ddf

Contents?: true

Size: 778 Bytes

Versions: 11

Compression:

Stored size: 778 Bytes

Contents

# ZSH configuration for interactive shells.
#
# Basically sets up your PROMPT/RPROMPT strings with colors, so
# everything looks pretty.

local path_prompt="%{$reset_color%}%~"
PROMPT="%{$fg[white]%}♬  %{$reset_color%}"
RPROMPT="%{$fg[yellow]%}${path_prompt}"

# Use 'viins' mappings for *most* inline command editing
bindkey -v

# Re-bind history search actions so that the text already typed into
# the prompt is used to filter results. When typing "rake" into the
# prompt and hitting the up arrow, only results that match /^rake/
# will be returned.
bindkey '^R' history-incremental-search-backward
bindkey '\e[A' history-beginning-search-backward
bindkey '\e[B' history-beginning-search-forward

### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
zsh_dots-0.6.5 config/zshrc
zsh_dots-0.6.3 config/zshrc
zsh_dots-0.6.2 config/zshrc
zsh_dots-0.6.0 config/zshrc
zsh_dots-0.5.9 config/zshrc
zsh_dots-0.5.8 config/zshrc
zsh_dots-0.5.7 config/zshrc
zsh_dots-0.5.6 config/zshrc
zsh_dots-0.5.5 config/zshrc
zsh_dots-0.5.4 config/zshrc
zsh_dots-0.5.3 config/zshrc