Uses Nord color color scheme for LS_COLORS on GNU systems
This commit is contained in:
		| @@ -1,9 +1,12 @@ | ||||
| typeset -Ag FX FG BG | ||||
|  | ||||
| ## Set Colors on BSD system | ||||
| LSCOLORS="gxfxcxdxbxegedabagacad" | ||||
| LS_COLORS="di=36:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43" | ||||
| CLICOLOR="YES" | ||||
|  | ||||
| ## Load .dir_colors for GNU systems | ||||
| test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors) | ||||
|  | ||||
| FX=( | ||||
|     reset     "%{[00m%}" | ||||
|     bold      "%{[01m%}" no-bold      "%{[22m%}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user