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 = [
|
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"]
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue