diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 206092c..d6dfbe5 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -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' diff --git a/runcoms/zshrc b/runcoms/zshrc index 3264a49..addbacd 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -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