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