Update prezto config.

This commit is contained in:
Ian Adam Naval 2015-03-23 06:32:11 -04:00
parent 57b742e746
commit c65c9e9659
2 changed files with 4 additions and 5 deletions

View File

@ -50,7 +50,7 @@ zstyle ':prezto:load' pmodule \
zstyle ':prezto:module:editor' key-bindings 'emacs'
# Auto convert .... to ../..
# zstyle ':prezto:module:editor' dot-expansion 'yes'
zstyle ':prezto:module:editor' dot-expansion 'yes'
#
# Git
@ -84,7 +84,7 @@ zstyle ':prezto:module:git:status:ignore' submodules 'all'
#
# Set the Pacman frontend.
# zstyle ':prezto:module:pacman' frontend 'yaourt'
zstyle ':prezto:module:pacman' frontend 'pacaur'
#
# Prompt
@ -143,10 +143,10 @@ zstyle ':prezto:module:prompt' theme 'ianonavy'
#
# Auto set the tab and window titles.
# zstyle ':prezto:module:terminal' auto-title 'yes'
zstyle ':prezto:module:terminal' auto-title 'yes'
# Set the window title format.
# zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
# Set the tab title format.
# zstyle ':prezto:module:terminal:tab-title' format '%m: %s'

View File

@ -16,7 +16,6 @@ export PATH=$GOPATH/bin:$PATH
export VIRTUAL_ENV_DISABLE_PROMPT=1
export VISUAL=vim
export EDITOR=vim
export TERM=xterm
alias open=xdg-open
alias vi=vim