Updates for nixos.
This commit is contained in:
		
							parent
							
								
									ccbbd7bccb
								
							
						
					
					
						commit
						6fe81c434b
					
				@ -58,7 +58,7 @@ test -x /usr/bin/vim && export EDITOR=/usr/bin/vim
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export MPD_HOST=127.0.0.1 MPD_PORT=6600
 | 
					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
 | 
					test -f $HOME/.nix-profile/etc/profile.d/nix.sh && . $HOME/.nix-profile/etc/profile.d/nix.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -9,4 +9,4 @@
 | 
				
			|||||||
[push]
 | 
					[push]
 | 
				
			||||||
	default = simple
 | 
						default = simple
 | 
				
			||||||
[credential]
 | 
					[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
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										1
									
								
								vimrc
									
									
									
									
									
								
							@ -124,6 +124,7 @@ let g:haskell_conceal              = 0
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
au syntax tex setl iskeyword+=:
 | 
					au syntax tex setl iskeyword+=:
 | 
				
			||||||
let g:syntastic_tex_checkers=['lacheck']
 | 
					let g:syntastic_tex_checkers=['lacheck']
 | 
				
			||||||
 | 
					let g:syntastic_scala_checkers=[]
 | 
				
			||||||
call tcomment#DefineType('nix', '# %s')
 | 
					call tcomment#DefineType('nix', '# %s')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" better paragraph object for tex files FIXME
 | 
					" better paragraph object for tex files FIXME
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										3
									
								
								zshrc
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										3
									
								
								zshrc
									
									
									
									
									
								
							@ -2,6 +2,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
. ~/.commonshrc
 | 
					. ~/.commonshrc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# nix
 | 
				
			||||||
 | 
					fpath+=(/run/current-system/sw/share/zsh/site-functions)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# oh-my-zsh
 | 
					# oh-my-zsh
 | 
				
			||||||
export ZSH=$HOME/etc/oh-my-zsh
 | 
					export ZSH=$HOME/etc/oh-my-zsh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user