athityakumar/colorls

colorls doesnt seem to get installed

joe23rep opened this issue · 1 comments

im a linux noob so im probably not good at giving you more data upfront, but i followed the install instructions and the prompt says it has installed it,

im using manjaro and installed ruby. then i did the install thing one time without sudo and one time with sudo.

it always says it installed something, but when i then type colorls i get the message that its not installed.

heres the terminal output

gem install colorls
WARNING: You don't have /home/joe/.local/share/gem/ruby/3.0.0/bin in your PATH,
gem executables will not run.


Changes introduced in colorls

Sort by dirs  : -sd flag has been renamed to --sd
Sort by files : -sf flag has been renamed to --sf
Git status    : -gs flag has been renamed to --gs

Clubbed flags : `colorls -ald` works
Help menu     : `colorls -h` provides all possible flag options

Tab completion enabled for flags

-t flag : Previously short for --tree, has been re-allocated to sort results by time
-r flag : Previously short for --report, has been re-allocated to reverse sort results

Man pages have been added. Checkout `man colorls`.

Successfully installed colorls-1.4.6
Parsing documentation for colorls-1.4.6
Done installing documentation for colorls after 0 seconds
1 gem installed

and heres the error message

zsh: command not found: colorls

i added the source $(dirname $(gem which colorls))/tab_complete.sh command to my .zshrc file at the bottom of the file

i have no aliases set up

stupid me. the answer is right there.

i have no /home/joe/.local/share/gem/ruby/3.0.0/bin in my PATH

sorry for bothering you