zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

/Users/ice/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh:source:1: no such file or directory: /Users/ice/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh^M

Open icexk opened this issue 4 years ago • 4 comments

/Users/ice/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh:source:1: no such file or directory: /Users/ice/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh^M image

icexk avatar Nov 17 '20 11:11 icexk

macOS: 10.13.6 zsh --verison zsh 5.8 (x86_64-apple-darwin17.7.0)

icexk avatar Nov 17 '20 11:11 icexk

I installed it git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

icexk avatar Nov 17 '20 11:11 icexk

I have the same problem. WSL 2.0

lsb_release -a                                                                                                                                                        No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.4 LTS
Release:        18.04
Codename:       bionic

zsh version zsh 5.4.2 (x86_64-ubuntu-linux-gnu)

image

magichan avatar Dec 15 '20 05:12 magichan

I had this same issue in WSL2, it was due to CLRF line endings on the files. Once I switched them to LF it worked fine.

tjbergst avatar Jan 07 '21 20:01 tjbergst