Loads of stuff which has changed or needed updating.

This commit is contained in:
Sir Not Appearing In This Name 2015-11-12 21:59:21 +02:00
parent ba10801e76
commit 21ba84fcd4
13 changed files with 137 additions and 146 deletions

32
zshrc
View file

@ -4,19 +4,22 @@ source ~/bin/zgen/zgen.zsh
source ~/bin/fixcolors
HIST_STAMPS="yyyy-mm-dd"
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
HISTSIZE=2000
SAVEHIST=2000
setopt appendhistory autocd extendedglob
xset -b
#xset -b
unsetopt beep
bindkey -e
export LESS="-X -R -F"
alias stp="st -f 'TopazPlus a500a1000a2000-14'"
alias http='python -m http.server'
export PATH=$HOME/bin:/usr/local/bin:$PATH
alias truckedit=subl
alias t=todo.sh
export EDITOR=mg
export PATH=$HOME/bin:/usr/local/bin:$PATH
autoload insert-composed-char
zle -N insert-composed-char
# bind it to some key (Ctrl+x in this example)
@ -29,9 +32,10 @@ if ! zgen saved; then
zgen oh-my-zsh plugins/tmux
zgen oh-my-zsh plugins/themes
zgen oh-my-zsh plugins/rsync
zgen oh-my-zsh plugins/archlinux
# zgen oh-my-zsh plugins/archlinux
zgen oh-my-zsh plugins/git
zgen oh-my-zsh plugins/mosh
zgen oh-my-zsh plugins/vagrant
zgen oh-my-zsh plugins/virtualenv
zgen oh-my-zsh plugins/history
zgen oh-my-zsh plugins/pip
@ -41,13 +45,21 @@ if ! zgen saved; then
zgen load Tarrasch/zsh-bd
zgen load Tarrasch/zsh-colors
zgen load supercrabtree/k
zgen load caiogondim/bullet-train-oh-my-zsh-theme bullet-train
# zgen load jplitza/zsh-virsh-autocomplete
zgen load truck/zsh-virsh-autocomplete
# zgen load caiogondim/bullet-train-oh-my-zsh-theme bullet-train
zgen save
fi
source ~/bin/bullettrain
unsetopt share_history
setopt NO_SHARE_HISTORY
setopt HIST_EXPIRE_DUPS_FIRST
#. ~/bin/bullettrain
#. ~/bin/aliases
theme linuxonly
yellow All Done!