mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	remove spurious newline
This commit is contained in:
		
							parent
							
								
									7b824b752d
								
							
						
					
					
						commit
						29046f4dce
					
				| @ -11,4 +11,4 @@ _autojump() | ||||
| complete -F _autojump j | ||||
| export PROMPT_COMMAND='(autojump -a "$(pwd -P)"&)>/dev/null' | ||||
| alias jumpstat="autojump --stat" | ||||
| function j { new_path="$(autojump $@)";if [ -n "$new_path" ]; then echo -e "\\033[31m${new_path}\\033[0m"; echo; cd "$new_path";fi } | ||||
| function j { new_path="$(autojump $@)";if [ -n "$new_path" ]; then echo -e "\\033[31m${new_path}\\033[0m"; cd "$new_path";fi } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user