mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	install.zsh installs autojump.zsh not .bash!
Signed-off-by: Joel Schaerer <joelthelion@laposte.net>
This commit is contained in:
		
							parent
							
								
									3208034466
								
							
						
					
					
						commit
						1376b27390
					
				@ -18,7 +18,7 @@ if [ -d "/etc/profile.d" ]; then
 | 
			
		||||
    sudo cp autojump.zsh /etc/profile.d/
 | 
			
		||||
    sudo cp autojump.sh /etc/profile.d/
 | 
			
		||||
    echo "Remember to add the line" 
 | 
			
		||||
    echo "    source /etc/profile.d/autojump.bash"
 | 
			
		||||
    echo "    source /etc/profile.d/autojump.zsh"
 | 
			
		||||
    echo "or"
 | 
			
		||||
    echo "    source /etc/profile"
 | 
			
		||||
    echo "to your ~/.zshrc if it's not there already"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user