mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-10-28 11:35:25 +00:00 
			
		
		
		
	Compare commits
	
		
			1 commit
		
	
	
		
			b2510c45b9
			...
			79deb0496e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 79deb0496e | 
|  | @ -2,18 +2,12 @@ function configure_fish | |||
|     # Determine OS | ||||
|     set uname (uname) | ||||
| 
 | ||||
|     # Set umask | ||||
|     umask 077 | ||||
| 
 | ||||
|     # Begin profile init | ||||
|     # (These functions are defined in the functions/ directory.) | ||||
|     define_global_variables | ||||
|     import_sources $uname | ||||
|     define_aliases $uname | ||||
|     ssh_agent_startup | ||||
|     starship init fish | source | ||||
|     zoxide init fish | source | ||||
|     fzf --fish | source | ||||
| end | ||||
| 
 | ||||
| configure_fish | ||||
|  |  | |||
							
								
								
									
										13
									
								
								.gitconfig
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.gitconfig
									
									
									
									
									
								
							|  | @ -24,7 +24,6 @@ | |||
| 
 | ||||
| [core] | ||||
|   editor = nvim | ||||
|   pager = delta | ||||
| 
 | ||||
| [color] | ||||
|   ui = auto | ||||
|  | @ -37,15 +36,3 @@ | |||
| 
 | ||||
| [pull] | ||||
|   rebase = true | ||||
| 
 | ||||
| [interactive] | ||||
|   diffFilter = delta --color-only | ||||
| 
 | ||||
| [delta] | ||||
|   features = side-by-side line-numbers decorations | ||||
|   whitespace-error-style = 22 reverse | ||||
| 
 | ||||
| [delta "decorations"] | ||||
|   commit-decoration-style = bold yellow box ul | ||||
|   file-style = bold yellow ul | ||||
|   file-decoration-style = none | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue