1

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.

Bart
  • 2,151
  • 1
  • 10
  • 26

1 Answers1

1

So I created I symbolic link which solves the problem

sudo ln  -s /home/<user name>/bin/* /usr/bin/