Updates for nixos.

This commit is contained in:
Gabriel Ebner 2015-05-21 11:09:42 +02:00
parent ccbbd7bccb
commit 6fe81c434b
4 changed files with 6 additions and 2 deletions

View File

@ -58,7 +58,7 @@ test -x /usr/bin/vim && export EDITOR=/usr/bin/vim
export MPD_HOST=127.0.0.1 MPD_PORT=6600
test -x /usr/bin/vim && alias vi=vim
alias vi=vim
test -f $HOME/.nix-profile/etc/profile.d/nix.sh && . $HOME/.nix-profile/etc/profile.d/nix.sh

View File

@ -9,4 +9,4 @@
[push]
default = simple
[credential]
helper = syscmd(`find /usr/share/git /usr/share/doc/git ~/.local/bin -name git-credential-gnome-keyring')
helper = syscmd(`find /usr/share/git /usr/share/doc/git ~/.local/bin -name git-credential-gnome-keyring || echo store')

1
vimrc
View File

@ -124,6 +124,7 @@ let g:haskell_conceal = 0
au syntax tex setl iskeyword+=:
let g:syntastic_tex_checkers=['lacheck']
let g:syntastic_scala_checkers=[]
call tcomment#DefineType('nix', '# %s')
" better paragraph object for tex files FIXME

3
zshrc
View File

@ -2,6 +2,9 @@
. ~/.commonshrc
# nix
fpath+=(/run/current-system/sw/share/zsh/site-functions)
# oh-my-zsh
export ZSH=$HOME/etc/oh-my-zsh