Updated oh-my-zsh and removed autoformat for tex

tmux
J.Fernando Sánchez 11 years ago
parent 5139f03845
commit e1bd31308f

@ -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

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

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

@ -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

@ -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"

Loading…
Cancel
Save