Modified files

This commit is contained in:
Austen Adler 2015-07-15 09:37:43 -04:00
parent a569503079
commit af67e59f6e
2 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,7 @@ if [ "$(uname)" != "Darwin" ]; then
alias matlab='matlab -glnx86' alias matlab='matlab -glnx86'
alias bat='upower -i /org/freedesktop/UPower/devices/battery_BAT0| grep -E "state|to\ full|percentage"' alias bat='upower -i /org/freedesktop/UPower/devices/battery_BAT0| grep -E "state|to\ full|percentage"'
fi fi
alias sudo='sudo '
alias con='php app/console' alias con='php app/console'
alias srm='srm -dv' alias srm='srm -dv'
alias disphost='export DISPLAY=:0.0' alias disphost='export DISPLAY=:0.0'
@ -241,7 +242,9 @@ antigen bundle zsh-users/zsh-syntax-highlighting
printf "applying..." printf "applying..."
antigen apply antigen apply
echo "done" echo "done"
function zshaddhistory() { zshaddhistory () {
print -sr -- "${1%%$'\n'}"
fc -p ~/.zsh_history_detail
print -sr -- "${1%%$'\n'} ### ${PWD} $(date '+%Y-%m-%d %R')" print -sr -- "${1%%$'\n'} ### ${PWD} $(date '+%Y-%m-%d %R')"
return 1 return 1
} }

View File

@ -345,7 +345,7 @@ Plug 'https://github.com/kien/rainbow_parentheses.vim'
"Colored parenthesis | https://github.com/kien/rainbow_parentheses.vim "Colored parenthesis | https://github.com/kien/rainbow_parentheses.vim
Plug 'https://github.com/jiangmiao/auto-pairs' Plug 'https://github.com/jiangmiao/auto-pairs'
"Automatic pairs | https://github.com/jiangmiao/auto-pairs "Automatic pairs | https://github.com/jiangmiao/auto-pairs
"Plug 'https://github.com/Valloric/YouCompleteMe' Plug 'https://github.com/Valloric/YouCompleteMe'
" "Autocompletion | https://github.com/Valloric/YouCompleteMe " "Autocompletion | https://github.com/Valloric/YouCompleteMe
Plug 'https://github.com/evidens/vim-twig' Plug 'https://github.com/evidens/vim-twig'
"Twig highlighting | https://github.com/evidens/vim-twig "Twig highlighting | https://github.com/evidens/vim-twig