Erreur en cas de non-installation de vim
This commit is contained in:
		
							parent
							
								
									38dcf97273
								
							
						
					
					
						commit
						4e6675c0a7
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
# vim: set syntax=zsh:
 | 
					# vim: set syntax=zsh:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Completion for apache 2 Debian tools
 | 
					# Completion for apache 2 Debian tools
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -56,7 +56,7 @@ if [ "x$SSH_CLIENT" = "x" ]; then
 | 
				
			||||||
        USE_XTABS=True
 | 
					        USE_XTABS=True
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -x $(which -p vim) ]; then 
 | 
					if [ -x "$(which -p vim)" ]; then 
 | 
				
			||||||
	export EDITOR=vim
 | 
						export EDITOR=vim
 | 
				
			||||||
	export VISUAL=vim
 | 
						export VISUAL=vim
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue