From 4d27070c0243122133c3d91dbeffb18e4f4c0a13 Mon Sep 17 00:00:00 2001 From: antoinelhermitte Date: Fri, 29 Mar 2024 14:20:36 +0100 Subject: [PATCH] include python in starship --- alacritty.toml | 7 +++++-- starship.toml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/alacritty.toml b/alacritty.toml index 88aafa8..2055032 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -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"] diff --git a/starship.toml b/starship.toml index e799ced..0c8e4d8 100644 --- a/starship.toml +++ b/starship.toml @@ -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