aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-05-19 22:13:48 +0200
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-05-19 22:13:48 +0200
commited7c12d955d3cacd88dce811d23686b12aef98f4 (patch)
treea7d8a644bd090550c233b461c1ae91987077295c /zshrc
parent505f2f534ffc5e34049ae5226f861c99f7e4bb11 (diff)
downloaddotfiles-ed7c12d955d3cacd88dce811d23686b12aef98f4.tar.gz
dotfiles-ed7c12d955d3cacd88dce811d23686b12aef98f4.tar.bz2
dotfiles-ed7c12d955d3cacd88dce811d23686b12aef98f4.zip
zshrc added
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc27
1 files changed, 27 insertions, 0 deletions
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
+