aboutsummaryrefslogtreecommitdiff
path: root/src/config/files/shell/bashrc.d/10-export.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/files/shell/bashrc.d/10-export.sh')
-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"