Merge branch 'master' of austenwares.com:stonewareslord/sync

Conflicts:
	scripts/server.txt
This commit is contained in:
Austen Adler 2015-01-27 15:40:10 -05:00
commit a040b28f93
4 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,7 @@ gparted
mysql-workbench mysql-workbench
wireshark wireshark
unetbootin unetbootin
exiv2 #exiv2
xdotool xdotool
htop htop
#wicd-daemon #wicd-daemon

View File

@ -78,3 +78,4 @@ hfsprogs
vifm vifm
git-annex git-annex
ranger ranger
pwgen

View File

@ -13,8 +13,6 @@ SAVEHIST=10000000
setopt HIST_EXPIRE_DUPS_FIRST setopt HIST_EXPIRE_DUPS_FIRST
setopt EXTENDED_HISTORY setopt EXTENDED_HISTORY
# export PAGER=/usr/bin/w3m # export PAGER=/usr/bin/w3m
export PAGER=/usr/bin/less
alias less=$PAGER
source "$HOME/.antigen/antigen.zsh" source "$HOME/.antigen/antigen.zsh"
antigen bundle stonewareslord/oh-my-git antigen bundle stonewareslord/oh-my-git
#antigen bundle arialdomartini/oh-my-git #antigen bundle arialdomartini/oh-my-git
@ -53,9 +51,9 @@ alias l='ls -CF'
alias logout='sudo pkill -u $USER' alias logout='sudo pkill -u $USER'
alias fixsh='ssh-keygen -R' alias fixsh='ssh-keygen -R'
alias tmux='tmux -2' alias tmux='tmux -2'
#alias less='less -r' alias less='less -R'
alias tree='tree -C' alias tree='tree -C'
#alias grep="egrep -i --color=auto" alias grep="grep -P"
alias skim="(head -5; tail -5) <" alias skim="(head -5; tail -5) <"
function cp() { rsync -ha --info=progress2 "$@" } function cp() { rsync -ha --info=progress2 "$@" }
function c() { cp "$@" } function c() { cp "$@" }

View File

@ -26,6 +26,7 @@ nnoremap <F3> :!make&&echo "Uploading robot code";wput ./PPC603gnu/src/Debug/src
nnoremap G G$ nnoremap G G$
vnoremap G G$ vnoremap G G$
nnoremap <F5> :GundoToggle<CR> nnoremap <F5> :GundoToggle<CR>
nnoremap <F6> :argdo normal <CR>
nnoremap <F8> :TagbarToggle<CR> nnoremap <F8> :TagbarToggle<CR>
nnoremap + <C-a> nnoremap + <C-a>
nnoremap - <C-x> nnoremap - <C-x>
@ -174,6 +175,7 @@ set gdefault
set nocompatible set nocompatible
set rtp+=~/.vim/bundle/vundle/ set rtp+=~/.vim/bundle/vundle/
set ignorecase set ignorecase
set textwidth=0
syntax on syntax on
let g:airline_left_sep='▶' let g:airline_left_sep='▶'
let g:airline_right_sep='◀' let g:airline_right_sep='◀'