-
Notifications
You must be signed in to change notification settings - Fork 16
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
An easier setup like starship #28
Conversation
Solves rest of #20 I guess |
Thanks Bruh Seems like zsh isn't working. Lemme try |
@athul Fixed zsh |
Lol, I had made a PR to fix the zsh stuff |
ssiyad#1 This one |
OOH! Didn't notice that. Is there any functional difference between the two? If yes, we could choose the better one |
This File Doesn't do anything, the loader script for zsh is loaded from shell.go file
Same as zsh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There isn't so much need for precmd
and we could use zsh setopt PROMPT_SUBST
to sustitute that
Co-Authored-By: Athul Cyriac Ajay <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Cli in the Making * Trying to get it working * Updates on Looking at StarShip * Error returns * Optimize * Fix zsh not picking up * Delete init.zsh This File Doesn't do anything, the loader script for zsh is loaded from shell.go file * Delete init.bash Same as zsh * Lesser code execution,better loading time Co-Authored-By: Athul Cyriac Ajay <[email protected]> Co-authored-by: athul <[email protected]>
Setting up is now easy as
eval "$(shelby init bash)"
.Can work standalone using
shelby info
commandTested in bash, not zsh