Created
May 17, 2024 20:37
-
-
Save Apsu/90b7d562cbd575fbe8a05a5959230b13 to your computer and use it in GitHub Desktop.
Starship
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# Initialize starship in shell config | |
### | |
# Fish | |
starship init fish | source | |
# Bash | |
eval "$(starship init bash)" | |
# Zsh | |
eval "$(starship init zsh)" | |
### | |
# Presets -- https://starship.rs/presets/ | |
### | |
# Example | |
starship preset pastel-powerline -o ~/.config/starship.toml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment