diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-06-10 23:12:05 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-06-10 23:12:05 +0200 |
commit | 0ea2bf8d79a6f61ef3f1daa924020deec05a65aa (patch) | |
tree | 9f6415fc82758097863047272fd513baa1257cb3 /zshrc | |
parent | 01a16d305bddfa18a5bf436249754f0652f212bd (diff) | |
download | dotfiles-0ea2bf8d79a6f61ef3f1daa924020deec05a65aa.tar.gz dotfiles-0ea2bf8d79a6f61ef3f1daa924020deec05a65aa.tar.bz2 dotfiles-0ea2bf8d79a6f61ef3f1daa924020deec05a65aa.zip |
random
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,7 +1,7 @@ # Lines configured by zsh-newuser-install HISTFILE=~/.histfile -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=10000 +SAVEHIST=10000 setopt appendhistory autocd extendedglob correct unsetopt beep bindkey -v @@ -19,13 +19,12 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' \ source ~/.bash_aliases -export PS1='%n@%m:%~%% ' +#export PS1='%n@%m:%~%% ' export GPGKEY="895134C5" -export PATH="$HOME/bin:$HOME/bin/perl6:$PATH" +export PATH="$HOME/bin:$PATH" export EDITOR="vim" export BROWSER="~/.ratposon/firesend" -export PENTADACTYL_RUNTIME="$HOME/.pentadactyl" export LD_LIBRARY_PATH=/usr/local/lib export wiki_browser='firefox' @@ -33,5 +32,7 @@ PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ " RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" + #fortune -s | cowsay -f $(ls /usr/share/cows/ | shuf -n1) archey3 + |