diff --git a/.rc b/.rc index 8d4d489..5cf63a2 100644 --- a/.rc +++ b/.rc @@ -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' diff --git a/.zshrc b/.zshrc index 69a1426..0d5fe19 100644 --- a/.zshrc +++ b/.zshrc @@ -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