From 93db2b01d14ad4e8d959d63b27d87659b36111d9 Mon Sep 17 00:00:00 2001 From: Grief Date: Sun, 25 Aug 2024 01:32:19 +0100 Subject: [PATCH] starship --- README.md | 0 hooks/shell-interactive/00-starship.zsh | 1 + 2 files changed, 1 insertion(+) create mode 100644 README.md create mode 100644 hooks/shell-interactive/00-starship.zsh diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/hooks/shell-interactive/00-starship.zsh b/hooks/shell-interactive/00-starship.zsh new file mode 100644 index 0000000..af75929 --- /dev/null +++ b/hooks/shell-interactive/00-starship.zsh @@ -0,0 +1 @@ +eval "$(starship init zsh)"