Stuff. Like, stuff, man.
This commit is contained in:
parent
bebaef9bd9
commit
413ac080e1
2 changed files with 6 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -45,7 +45,7 @@ Bundle 'searchfold.vim'
|
||||||
Bundle 'godlygeek/tabular'
|
Bundle 'godlygeek/tabular'
|
||||||
Bundle 'kshenoy/vim-signature'
|
Bundle 'kshenoy/vim-signature'
|
||||||
"Bundle 'SirVer/ultisnips'
|
"Bundle 'SirVer/ultisnips'
|
||||||
Bundle 'fmoralesc/vim-pad'
|
"Bundle 'fmoralesc/vim-pad'
|
||||||
Bundle 'lukerandall/haskellmode-vim'
|
Bundle 'lukerandall/haskellmode-vim'
|
||||||
Bundle 'bitc/vim-hdevtools'
|
Bundle 'bitc/vim-hdevtools'
|
||||||
" Bundle 'Shougo/neocomplcache'
|
" Bundle 'Shougo/neocomplcache'
|
||||||
|
|
|
||||||
5
zshrc
5
zshrc
|
|
@ -5,7 +5,9 @@
|
||||||
[[ -s /usr/share/zsh/site-contrib/powerline.zsh ]] && . /usr/share/zsh/site-contrib/powerline.zsh
|
[[ -s /usr/share/zsh/site-contrib/powerline.zsh ]] && . /usr/share/zsh/site-contrib/powerline.zsh
|
||||||
|
|
||||||
alias vi=vim
|
alias vi=vim
|
||||||
|
alias l="ls -l"
|
||||||
alias tmux="tmux -2"
|
alias tmux="tmux -2"
|
||||||
|
alias dustinswan="ssh dustinswan@dustinswan.org"
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
export BROWSER=open
|
export BROWSER=open
|
||||||
|
|
@ -42,3 +44,6 @@ if [[ -e /usr/share/chruby ]]; then
|
||||||
source /usr/share/chruby/auto.sh
|
source /usr/share/chruby/auto.sh
|
||||||
fi
|
fi
|
||||||
chruby $(cat ~/.ruby-version)
|
chruby $(cat ~/.ruby-version)
|
||||||
|
|
||||||
|
# GPG
|
||||||
|
~/dotfiles/bin/gpg-agent.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue