Skip to content

jrihon/starship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starship

Install Starship to use these prompts

Store these files in the ~/.config/ directory. I use the JetBrainsMono NerdFont.

I use two different prompts

  • Everyday use : starship.toml
  • Use inside of tmux : tmux_starship.toml

Tmux prompt

To have the tmux_starship.toml active in tmux, paste the following into your ~/.bashrc .

# Initiliase starship prompt for tmux
if [ -n "$TMUX" ]; then
    export STARSHIP_CONFIG=~/.config/tmux_starship.toml
fi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published