diff --git a/home/dot_bashrc.tmpl b/home/dot_bashrc.tmpl index d6a85265..60f3574f 100644 --- a/home/dot_bashrc.tmpl +++ b/home/dot_bashrc.tmpl @@ -2,4 +2,4 @@ {{ output "pkgx" "--shellcode" }} -{{ output "starship" "init" "bash" }} +{{ output "pkgx" "starship" "init" "bash" }} diff --git a/home/dot_config/zsh/dot_zshrc.tmpl b/home/dot_config/zsh/dot_zshrc.tmpl index 367ad4ff..59a7d861 100644 --- a/home/dot_config/zsh/dot_zshrc.tmpl +++ b/home/dot_config/zsh/dot_zshrc.tmpl @@ -1,3 +1,3 @@ {{ output "pkgx" "--shellcode" }} -{{ output "starship" "init" "zsh" }} +{{ output "pkgx" "starship" "init" "zsh" }}