M4444 / TMatrix

Terminal based replica of the digital rain from The Matrix.
GNU General Public License v2.0
380 stars 14 forks source link

/usr/share/zsh/site-functions//_tmatrix #24

Closed taschenlampe closed 4 years ago

taschenlampe commented 4 years ago

Running a ubuntu-based system:

sudo ./install.sh [sudo] Password for user: install: regular file '/usr/share/zsh/site-functions//_tmatrix' cannot be created: File or directory not found -> note the //

In install.sh I found ZSH_COMPLETION_DIR="$INSTALL_PREFIX/share/zsh/site-functions/" Solved by removing the ending "/" + creating the missing dir ; install runs after these little steps-

chrisgerman commented 4 years ago

I 2nd this, also having the same issue on Ubuntu 18.04.4 LTS

M4444 commented 4 years ago

Thanks for reporting this. It should be fixed now.