Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after installing it on brand new WSL Ubuntu 20.04 #188

Open
marques-nb opened this issue Sep 24, 2021 · 1 comment
Open

Error after installing it on brand new WSL Ubuntu 20.04 #188

marques-nb opened this issue Sep 24, 2021 · 1 comment

Comments

@marques-nb
Copy link

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

@EfrainGaray
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants