mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 19:52:29 +00:00
Updated oh-my-zsh and removed autoformat for tex
This commit is contained in:
parent
5139f03845
commit
e1bd31308f
3
bashrc
3
bashrc
@ -185,3 +185,6 @@ if which tmux 2>&1 >/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
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()
|
function! SyncTexForward()
|
||||||
let execstr = "silent !okular --unique ".LatexBox_GetOutputFile()."\\#src:".line(".")."%:p &"
|
let execstr = "silent !okular --unique ".LatexBox_GetOutputFile()."\\#src:".line(".")."%:p &"
|
||||||
|
2
vimrc
2
vimrc
@ -143,5 +143,5 @@ set laststatus=2
|
|||||||
" endfunction
|
" endfunction
|
||||||
|
|
||||||
" Encryption
|
" Encryption
|
||||||
set cm=blowfish
|
" set cm=blowfish
|
||||||
" Transparent editing of gpg encrypted files.
|
" Transparent editing of gpg encrypted files.
|
||||||
|
5
xprofile
5
xprofile
@ -1,3 +1,4 @@
|
|||||||
echo "pasado(xprofile)" $(date) >> /tmp/LOG
|
# echo "pasado(xprofile)" $(date) >> /tmp/LOG
|
||||||
#setxkbmap -option ctrl:nocaps
|
#setxkbmap -option ctrl:nocaps
|
||||||
xmodmap ~/.Xmodmap
|
#xmodmap ~/.Xmodmap
|
||||||
|
source ~/.xinitrc
|
||||||
|
Loading…
Reference in New Issue
Block a user