mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-31 15:12:20 +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) |                 " eval $TF_CMD".format(alias_name) | ||||||
|  |  | ||||||
|         if settings.alter_history: |         if settings.alter_history: | ||||||
|             return alias + " && print -s $TF_CMD'" |             return alias + " ; print -s $TF_CMD'" | ||||||
|         else: |         else: | ||||||
|             return alias + "'" |             return alias + "'" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user