mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-31 15:40:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| PS1='\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
 | |
| 
 | |
| alias ls='ls --color=auto'
 | |
| alias ll='ls -l'
 | |
| alias la='ls -A'
 | |
| alias l='ls -lACF'
 |