diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-30 13:25:19 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-30 13:25:19 -0500 |
commit | 201caf44488ab9f6bb024081788a61f675ff63d2 (patch) | |
tree | c0654708fd06c113aa38f1e99da566734ba7de29 /src/config/files/shell/bashrc.d/10-export.sh | |
parent | cdac22a1a720c7e2f7ab9d4fa6d62a9c2ec25208 (diff) |
Add starship shell config
Diffstat (limited to 'src/config/files/shell/bashrc.d/10-export.sh')
-rw-r--r-- | src/config/files/shell/bashrc.d/10-export.sh | 1 |
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" |