mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 01:16:35 +00:00 
			
		
		
		
	Merge branch 'arch' into gentoo
This commit is contained in:
		
						commit
						1caf7af03c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -200,7 +200,7 @@ function anonymize {
 | 
			
		|||
    source ${XDG_CONFIG_DIR:-$HOME/.config}/shell/prompt
 | 
			
		||||
 | 
			
		||||
    # Regular expression to match 0-255 numbers (color)
 | 
			
		||||
    color_int_re='^([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])$'
 | 
			
		||||
    color_int_re='^(0+)?([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])$'
 | 
			
		||||
 | 
			
		||||
    # Defaults
 | 
			
		||||
    NAME="%n"
 | 
			
		||||
| 
						 | 
				
			
			@ -209,7 +209,7 @@ function anonymize {
 | 
			
		|||
    NAME_COLOR="%F{172}"
 | 
			
		||||
    #DIR_COLOR="%F{027}"
 | 
			
		||||
    DIR_COLOR="%F{158}"
 | 
			
		||||
    AT_COLOR="%F{027}"
 | 
			
		||||
    AT_COLOR="%F{004}"
 | 
			
		||||
    MACHINE_COLOR="%F{070}"
 | 
			
		||||
 | 
			
		||||
    while [[ $# -gt 0 ]]; do
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue