Created
May 19, 2014 19:51
-
-
Save vaskozl/c43c51b104641707caee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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