zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.3k stars 1.85k forks source link

Cant source .bash file #772

Open NoMoreBeauty opened 6 months ago

NoMoreBeauty commented 6 months ago

Cant source .bash file

When I put the following instruction in the .zshrc

% source /opt/ros/melodic/setup.bash

It appears

% /opt/ros/melodic/setup.bash:.:8: No such file or directory: /home/techinao/setup.sh

It looks like zsh change all the path to $HOME

Saecki commented 6 months ago

Just a heads up, the error is coming from inside the file at line 8.