mirror of
				https://github.com/zsh-users/zsh-autosuggestions.git
				synced 2025-10-23 15:16:27 +08:00 
			
		
		
		
	Merge pull request #49 from 0atman/0atman-patch-1
Simplify installation instructions
This commit is contained in:
		
						commit
						59699a0946
					
				| @ -5,13 +5,13 @@ | |||||||
| ## Installation | ## Installation | ||||||
| ``` | ``` | ||||||
|     $ git clone git://github.com/tarruda/zsh-autosuggestions ~/.zsh-autosuggestions |     $ git clone git://github.com/tarruda/zsh-autosuggestions ~/.zsh-autosuggestions | ||||||
|     $ sh ~/.zsh-autosuggestions/install |     $ bash ~/.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 : | If you do not have bash, please run it with sh : | ||||||
| 
 | 
 | ||||||
| ` | ` | ||||||
| bash ~/.zsh-autosuggestions/install | sh ~/.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...) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Michael Robinson
						Michael Robinson