Ignored node_modules in nvim; made ls prettier
							parent
							
								
									bd5496aa36
								
							
						
					
					
						commit
						40a8906b56
					
				|  | @ -11,8 +11,8 @@ alias 'whales=sudo du -sch * | sort -hk1' | |||
| alias 'dory=sudo du -sch * | sort -hk1' | ||||
| 
 | ||||
| # Beautiful ls | ||||
| alias ls='lsd --color=auto' | ||||
| alias ll='lsd --color=auto --long --almost-all' | ||||
| alias ls='lsd --color=auto --group-dirs=first' | ||||
| alias ll='lsd --color=auto --long --almost-all --group-dirs=first' | ||||
| 
 | ||||
| # Docker & docker-compose | ||||
| alias d=docker | ||||
|  |  | |||
|  | @ -82,7 +82,8 @@ g.NERDTreeIgnore = { | |||
|     '^\\.git$[[dir]]', | ||||
|     '^\\.stack-work$[[dir]]', '\\.lock$', | ||||
|     '^CMakeFiles$[[dir]]', '^CMakeCache.txt$[[file]]', | ||||
|     '.pdf$[[file]]' | ||||
|     '.pdf$[[file]]', | ||||
|     '^node_modules$[[dir]]' | ||||
| } | ||||
| 
 | ||||
| g.NERDTreeShowHidden = 1 | ||||
|  |  | |||
|  | @ -29,7 +29,7 @@ | |||
| 	"completionrefreshtime": 7, | ||||
| 	"sudoloop": true, | ||||
| 	"timeupdate": false, | ||||
| 	"devel": true, | ||||
| 	"devel": false, | ||||
| 	"cleanAfter": true, | ||||
| 	"provides": true, | ||||
| 	"pgpfetch": true, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue