mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 16:02:19 +00:00
Updated oh-my-zsh and removed autoformat for tex
This commit is contained in:
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"
|
||||||
|
Submodule oh-my-zsh updated: 2c7f2f05dd...2c3489a750
@@ -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
|
||||||
|
Reference in New Issue
Block a user