Syncing shell config from all machines

This commit is contained in:
2013-01-04 15:27:34 +03:00
parent 21a1371a32
commit 164cc18c04
2 changed files with 8 additions and 5 deletions

2
.rc
View File

@@ -3,7 +3,7 @@
export EDITOR=vim
export BROWSER=chromium
export PAGER='less -R -F -X -S -n -i'
export PATH="$HOME/bin:$HOME/.rvm/bin:/opt/bin:$HOME/.gem/ruby/1.9.1/bin:/usr/bin/vendor_perl:$PATH"
export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl:/opt/bin:$HOME/bin:$HOME/.rvm/bin:$HOME/.gem/ruby/1.9.1/bin"
export GTK_IM_MODULE=xim
export GIT_COMMITTER_NAME='Artem Sheremet'
export GIT_COMMITTER_EMAIL='dot.doom@gmail.com'

11
.zshrc
View File

@@ -3,16 +3,19 @@ zstyle ':completion:*' completer _complete _ignored _approximate
zstyle ':completion:*' max-errors 2
zstyle ':completion:*' menu select
zstyle ':completion:*' completealiases
zstyle :compinstall filename '/home/artem/.zshrc'
zstyle :compinstall filename ~/.zshrc
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
export HISTFILE=~/.histfile
export HISTSIZE=10000
export SAVEHIST=$HISTSIZE
setopt hist_ignore_all_dups
unsetopt extendedglob
setopt autocd
setopt correctall
bindkey -e
bindkey "\e[1~" beginning-of-line # Home
bindkey "\e[4~" end-of-line # End