1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-21 11:42:28 +00:00

Updated oh-my-zsh and removed autoformat for tex

This commit is contained in:
J.Fernando Sánchez 2013-02-25 11:03:23 +01:00
parent 5139f03845
commit e1bd31308f
6 changed files with 12 additions and 5 deletions

3
bashrc
View File

@ -185,3 +185,6 @@ if which tmux 2>&1 >/dev/null; then
fi
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"

@ -1 +1 @@
Subproject commit 2c7f2f05ddd8d7a7c648c476189192f58f1600f5
Subproject commit 2c3489a75014f80c87ee6c6ae6ab62251dd684b0

View File

@ -1,4 +1,4 @@
setlocal formatoptions+=wa
"setlocal formatoptions+=wa
function! SyncTexForward()
let execstr = "silent !okular --unique ".LatexBox_GetOutputFile()."\\#src:".line(".")."%:p &"

2
vimrc
View File

@ -143,5 +143,5 @@ set laststatus=2
" endfunction
" Encryption
set cm=blowfish
" set cm=blowfish
" Transparent editing of gpg encrypted files.

View File

@ -1,3 +1,4 @@
echo "pasado(xprofile)" $(date) >> /tmp/LOG
# echo "pasado(xprofile)" $(date) >> /tmp/LOG
#setxkbmap -option ctrl:nocaps
xmodmap ~/.Xmodmap
#xmodmap ~/.Xmodmap
source ~/.xinitrc

3
zshrc
View File

@ -55,3 +55,6 @@ if [[ -z "$KONSOLE_DBUS_SERVICE" && -n $(which tmux) ]]; then
exit;
fi
fi
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"