dotly
dotly copied to clipboard
Error after installing it on brand new WSL Ubuntu 20.04
First I had to install the build essentials, without them the installation would fail because RUST linker CC wasn't available.
Once done that the installation apparently worked fine, asked for a terminal restart, and after doing so this is what I get every single time I start a new session:
basename: invalid option -- 'b' Try 'basename --help' for more information. {â—‚}
On the other hand, how can I display my location on prompt? I liked the old way of showing it trimmed.
Cheers
This problem is in the basename $0 from the file .dotfiles\modules\dotly\scripts\core\log.sh line 41 I solved by running
chsh -s $(which zsh)