mirror of
				https://github.com/zsh-users/zsh-autosuggestions.git
				synced 2025-10-23 15:16:27 +08:00 
			
		
		
		
	Added clarification to use bash
Some linux distros have sh symlinked to dash. So I have added a clarification to use bash for the distros.
This commit is contained in:
		
							parent
							
								
									3d5beea5c3
								
							
						
					
					
						commit
						c740515df4
					
				| @ -8,6 +8,12 @@ | |||||||
|     $ sh ~/.zsh-autosuggestions/install |     $ sh ~/.zsh-autosuggestions/install | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | On some linux distributions like ubuntu and debian sh is symlinked to /bin/dash and causes an installation error since the installation script needs some bash features. If sh is symlinked to dash, please run it with the bash : | ||||||
|  | 
 | ||||||
|  | ` | ||||||
|  | bash ~/.zsh-autosuggestions/install | ||||||
|  | ` | ||||||
|  | 
 | ||||||
| Any widget that moves the cursor to the right(forward-word, forward-char...) | Any widget that moves the cursor to the right(forward-word, forward-char...) | ||||||
| will accept parts of the suggested text. For example, vi-mode users can do | will accept parts of the suggested text. For example, vi-mode users can do | ||||||
| this: | this: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Xtreak
						Xtreak