Added csapprox and changed tux command

This commit is contained in:
Austen Adler 2014-07-29 15:49:54 -04:00
parent f6c84d3a86
commit 958e84c7f5
2 changed files with 2 additions and 1 deletions

2
bashrc
View File

@ -94,7 +94,7 @@ alias .......='k ../../../../../..'
alias ........='k ../../../../../../..'
alias .........='k ../../../../../../../..'
alias ytdl="youtube-dl $@ -x --audio-format mp3 --audio-quality 0 -c -o '%(title)s.%(ext)s'"
alias tux="tmux a||tmux"
alias tux="wemux"
alias rmgit="git remote rm origin;git remote rm https;git remote rm oOrigin;git remote rm oHttps"
function mcl(){ mkdir "$@"&&cl "$@"; }
function cl(){ cd "$@" && ls; }

1
vimrc
View File

@ -231,6 +231,7 @@ Bundle 'kien/ctrlp.vim'
Bundle 'godlygeek/tabular'
Bundle 'tpope/vim-abolish'
Bundle 'tacahiroy/ctrlp-funky'
Bundle 'godlygeek/csapprox'
filetype plugin indent on
if exists("+undofile")
if isdirectory($HOME . '/.vim/undo') == 0