include python in starship
This commit is contained in:
parent
92d5630571
commit
4d27070c02
2 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
import = [
|
||||
#"~/.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]
|
||||
program = "/bin/bash"
|
||||
args = ["-l"]
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ $git_commit\
|
|||
$git_state\
|
||||
$git_metrics\
|
||||
$git_status\
|
||||
$python\
|
||||
\n$character"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
|
|
|
|||
Loading…
Reference in a new issue