When I run rofi in run mode it shows /usr/bin executables but it doesn't show my ~/bin executables. I have ~/bin in the $PATH variable in .zprofile file.
Asked
Active
Viewed 760 times
1
Bart
- 2,151
- 1
- 10
- 26
Ritesh Sahu
- 61
- 6
1 Answers
1
So I created I symbolic link which solves the problem
sudo ln -s /home/<user name>/bin/* /usr/bin/
Ritesh Sahu
- 61
- 6