Skip to content

Instantly share code, notes, and snippets.

@Apsu
Created May 17, 2024 20:37
Show Gist options
  • Save Apsu/90b7d562cbd575fbe8a05a5959230b13 to your computer and use it in GitHub Desktop.
Save Apsu/90b7d562cbd575fbe8a05a5959230b13 to your computer and use it in GitHub Desktop.
Starship
###
# 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