Unstash work-local changes and merge
- Fix gitconfig to use Kaleidoscope - Toggle solarized background with <F10>
This commit is contained in:
		
							parent
							
								
									059a9fa8cf
								
							
						
					
					
						commit
						2e04bc2433
					
				
					 3 changed files with 5 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								env
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								env
									
										
									
									
									
								
							| 
						 | 
					@ -12,7 +12,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export SYS=`uname -s | tr A-Z a-z`
 | 
					export SYS=`uname -s | tr A-Z a-z`
 | 
				
			||||||
# Set this to a non-zero integer to see startup messages
 | 
					# Set this to a non-zero integer to see startup messages
 | 
				
			||||||
export NOISY=0
 | 
					export NOISY=20
 | 
				
			||||||
 | 
					
 | 
				
			||||||
print_heading -l 1 'Initializing environment'
 | 
					print_heading -l 1 'Initializing environment'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -51,6 +51,8 @@
 | 
				
			||||||
    f = fetch
 | 
					    f = fetch
 | 
				
			||||||
[ui]
 | 
					[ui]
 | 
				
			||||||
    color = true
 | 
					    color = true
 | 
				
			||||||
 | 
					[difftool "Kaleidoscope"]
 | 
				
			||||||
 | 
						cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
 | 
				
			||||||
[diff]
 | 
					[diff]
 | 
				
			||||||
	tool = Kaleidoscope
 | 
						tool = Kaleidoscope
 | 
				
			||||||
[mergetool]
 | 
					[mergetool]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								vimrc
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								vimrc
									
										
									
									
									
								
							| 
						 | 
					@ -126,6 +126,8 @@ endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set bg=dark
 | 
					set bg=dark
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					call togglebg#map("<F10>")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" use solarized colorscheme if the terminal can support it (or we're in a GUI)
 | 
					" use solarized colorscheme if the terminal can support it (or we're in a GUI)
 | 
				
			||||||
let g:solarized_termtrans = 1
 | 
					let g:solarized_termtrans = 1
 | 
				
			||||||
let g:solarized_visibility = 'low'
 | 
					let g:solarized_visibility = 'low'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue