You are not logged in.
Pages: 1
I installed starship and want it to work on kitty, I am using oh-my-zsh also.
Here are my configs:
kitty:
http://ix.io/44rV
zshrc:
http://ix.io/44rU
starship.toml:
http://ix.io/44rW
My terminal just shows the default prompt, my starship config is correct as I used the same config before with zsh and kitty.
Last edited by pyrole (2022-07-16 11:21:06)
Offline
Don't use oh-my-zsh, it's a broken mess.
Mod note: not an installation issue, moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Don't use oh-my-zsh, it's a broken mess.
Mod note: not an installation issue, moving to NC.
My problem isn't omz it was working few weeks ago with the same configs, I am just missing some small detail cuz of which its not working.
Offline
It might not be 'the' problem but it's still 'a' problem. Configure your shell properly.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
It might not be 'the' problem but it's still 'a' problem. Configure your shell properly.
Then what is omz alternative?
Offline
WorMzy wrote:It might not be 'the' problem but it's still 'a' problem. Configure your shell properly.
Then what is omz alternative?
zsh -- set up by hand.
bash -- perhaps with extensions such as autocomplete
fish
tcsh
sh
Edit: Or, to be truly esoteric, xonsh
Last edited by ewaller (2022-07-15 19:15:52)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Then what is omz alternative?
You seem to be ricing your installation without having basic knowledge. What's wrong with Bash for your use case?
I would suggest taking a step back and keeping things simple.
Offline
pyrole wrote:WorMzy wrote:It might not be 'the' problem but it's still 'a' problem. Configure your shell properly.
Then what is omz alternative?
zsh -- set up by hand.
bash -- perhaps with extensions such as autocomplete
fish
tcsh
sh
Ok so I uninstalled omz but still my starship isn't loading, it even reads the correct starship.toml config I just don't understand why it won't load : ?(
Offline
Can someone pls help.....
Offline
Do not bump.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Also eval "$(starship init zsh)" outputs nothing when run in zsh session
When it should output the prompt
Offline
solved by adding prompt off before eval statement
Offline
Pages: 1