From ed7c12d955d3cacd88dce811d23686b12aef98f4 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 19 May 2014 22:13:48 +0200 Subject: zshrc added --- bashrc | 1 + zshrc | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 zshrc diff --git a/bashrc b/bashrc index 21faff2..803933f 100644 --- a/bashrc +++ b/bashrc @@ -114,6 +114,7 @@ if ! shopt -oq posix; then fi shopt -s autocd +shopt -s cdspell export GPGKEY="895134C5" export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" diff --git a/zshrc b/zshrc new file mode 100644 index 0000000..2cc404e --- /dev/null +++ b/zshrc @@ -0,0 +1,27 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt appendhistory autocd extendedglob +unsetopt beep +bindkey -v +zstyle ':completion:*' menu select +zstyle ':completion:*' format '%BCompleting %d%b' +zstyle ':completion:*' menu select=20 +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/vasko/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall + +source .bash_aliases + +export PS1='%n@%m:%~%% ' + +export GPGKEY="895134C5" +export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" +export PENTADACTYL_RUNTIME="$HOME/.pentadactyl" +export LD_LIBRARY_PATH=/usr/local/lib + -- cgit v1.2.3-54-g00ecf