mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#571: always honor alter_history setting in zsh
This commit is contained in:
		| @@ -15,7 +15,7 @@ class Zsh(Generic): | ||||
|                 " eval $TF_CMD".format(alias_name) | ||||
|  | ||||
|         if settings.alter_history: | ||||
|             return alias + " && print -s $TF_CMD'" | ||||
|             return alias + " ; print -s $TF_CMD'" | ||||
|         else: | ||||
|             return alias + "'" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user