From 92014551c0032767f0a8c03912643fd3f0a6c803 Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:30:00 -0400 Subject: [PATCH] Embed starship init --- home/dot_bashrc.tmpl | 2 ++ home/dot_config/zsh/dot_zshrc.tmpl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/home/dot_bashrc.tmpl b/home/dot_bashrc.tmpl index e1eaf3bf..d6a85265 100644 --- a/home/dot_bashrc.tmpl +++ b/home/dot_bashrc.tmpl @@ -1,3 +1,5 @@ . ~/.profile {{ output "pkgx" "--shellcode" }} + +{{ output "starship" "init" "bash" }} diff --git a/home/dot_config/zsh/dot_zshrc.tmpl b/home/dot_config/zsh/dot_zshrc.tmpl index fe3a0135..367ad4ff 100644 --- a/home/dot_config/zsh/dot_zshrc.tmpl +++ b/home/dot_config/zsh/dot_zshrc.tmpl @@ -1 +1,3 @@ {{ output "pkgx" "--shellcode" }} + +{{ output "starship" "init" "zsh" }}