Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 508 Bytes

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