aboutsummaryrefslogtreecommitdiff
path: root/src/config/files/shell
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-06-30 13:25:19 -0500
committerAaditya Dhruv <[email protected]>2025-06-30 13:25:19 -0500
commit201caf44488ab9f6bb024081788a61f675ff63d2 (patch)
treec0654708fd06c113aa38f1e99da566734ba7de29 /src/config/files/shell
parentcdac22a1a720c7e2f7ab9d4fa6d62a9c2ec25208 (diff)
Add starship shell config
Diffstat (limited to 'src/config/files/shell')
-rw-r--r--src/config/files/shell/bashrc.d/10-export.sh1
1 files changed, 1 insertions, 0 deletions
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"