From 201caf44488ab9f6bb024081788a61f675ff63d2 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 30 Jun 2025 13:25:19 -0500 Subject: Add starship shell config --- src/config/files/shell/bashrc.d/10-export.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/files/shell/bashrc.d') diff --git a/src/config/files/shell/bashrc.d/10-export.sh b/src/config/files/shell/bashrc.d/10-export.sh index e6c6e28..db1e0be 100644 --- a/src/config/files/shell/bashrc.d/10-export.sh +++ b/src/config/files/shell/bashrc.d/10-export.sh @@ -1,5 +1,6 @@ #!/bin/bash +eval "$(starship init bash)" export DISABLE_MAGIC_FUNCTIONS=true export BROWSER=/usr/bin/firefox export EDITOR="/usr/bin/nvim" -- cgit