include python in starship

This commit is contained in:
antoinelhermitte 2024-03-29 14:20:36 +01:00
parent 92d5630571
commit 4d27070c02
2 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,11 @@
import = [ import = [
#"~/.config/alacritty/themes/themes/github_dark.toml", #"~/.config/alacritty/themes/themes/github_dark.toml",
"~/.config/alacritty/themes/themes/catppuccin_macchiato.toml" "/Users/antoine/.config/alacritty/catppuccin-macchiato.toml"
# "~/.config/alacritty/catppuccin_macchiato.toml"
] ]
# [env]
# TERM = "xterm-256color"
#
[shell] [shell]
program = "/bin/bash" program = "/bin/bash"
args = ["-l"] args = ["-l"]

View file

@ -10,6 +10,7 @@ $git_commit\
$git_state\ $git_state\
$git_metrics\ $git_metrics\
$git_status\ $git_status\
$python\
\n$character""" \n$character"""
# Disable the blank line at the start of the prompt # Disable the blank line at the start of the prompt