Skip to content

Instantly share code, notes, and snippets.

@vaskozl
Created May 19, 2014 19:51
Show Gist options
  • Save vaskozl/c43c51b104641707caee to your computer and use it in GitHub Desktop.
Save vaskozl/c43c51b104641707caee to your computer and use it in GitHub Desktop.
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory autocd extendedglob
unsetopt beep
bindkey -v
# 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="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
export GPGKEY="895134C5"
export PATH="$HOME/bin:$HOME/bin/perl6:$PATH"
export PENTADACTYL_RUNTIME="$HOME/.pentadactyl"
export LD_LIBRARY_PATH=/usr/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment