Ubuntu est une Debian
This commit is contained in:
		
							parent
							
								
									c96eedf94f
								
							
						
					
					
						commit
						38dcf97273
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
alias ls='ls --color'
 | 
					alias ls='ls --color'
 | 
				
			||||||
alias grep='grep --color'
 | 
					alias grep='grep --color'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
source $ZDOTDIR/rc.os/prompt.zsh
 | 
					source $ZDOTDIR/rc.os/prompt.zsh
 | 
				
			||||||
| 
						 | 
					@ -26,5 +26,4 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Distrib specific
 | 
					# Distrib specific
 | 
				
			||||||
[ -r /etc/debian_version ] && source $ZDOTDIR/rc.os/Debian.zsh
 | 
					[ -r /etc/debian_version ] && source $ZDOTDIR/rc.os/Debian.zsh
 | 
				
			||||||
[ -r /etc/lsb-release ] && source $ZDOTDIR/rc.os/Ubuntu.zsh
 | 
					 | 
				
			||||||
[ -e /etc/arch-release ] && source $ZDOTDIR/rc.os/Arch.zsh
 | 
					[ -e /etc/arch-release ] && source $ZDOTDIR/rc.os/Arch.zsh
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue