We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Given the following config (fish):
set SILVER status:black:white dir:blue:black git:green:black cmdtime:magenta:black set -x SILVER_DIR_LENGTH 1 set -x SILVER_DIR_ALIASES $HOME/Workspace:\ue796:$HOME/Workspace/go:\ue627 set -x SILVER_SHELL fish eval (silver init)
I expected to see the go icon when navigating to ~/Workspace/go. But the prompt shows: /go 1ms
~/Workspace/go
/go 1ms
I am unsure if the output should be <workspace icon>/<go icon> or simply <go icon>.
<workspace icon>/<go icon>
<go icon>
Note: The home directory seems to be a special case here...
The text was updated successfully, but these errors were encountered:
71fe5d9
Fixed in v1.0.6. Thanks for reporting this.
Sorry, something went wrong.
I thank you!
No branches or pull requests
Given the following config (fish):
I expected to see the go icon when navigating to
~/Workspace/go
.But the prompt shows:
/go 1ms
I am unsure if the output should be
<workspace icon>/<go icon>
or simply<go icon>
.The text was updated successfully, but these errors were encountered: