Set executable permission for equibop.desktop and update bash.nix
Add BUN_INSTALL env var and include Bun bin in PATH
This commit is contained in:
0
config/autostart/equibop.desktop
Normal file → Executable file
0
config/autostart/equibop.desktop
Normal file → Executable file
@@ -39,6 +39,7 @@
|
|||||||
export STARSHIP_ENABLE_RIGHT_PROMPT="true"
|
export STARSHIP_ENABLE_RIGHT_PROMPT="true"
|
||||||
export STARSHIP_ENABLE_BASH_COMPLETION="true"
|
export STARSHIP_ENABLE_BASH_COMPLETION="true"
|
||||||
export XDG_DATA_DIRS="/usr/share:/var/lib/flatpak/exports/share:${config.home.homeDirectory}/.local/share/flatpak/exports/share"
|
export XDG_DATA_DIRS="/usr/share:/var/lib/flatpak/exports/share:${config.home.homeDirectory}/.local/share/flatpak/exports/share"
|
||||||
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
|
|
||||||
# Source .profile (If exists)
|
# Source .profile (If exists)
|
||||||
if [ -f "${config.home.homeDirectory}/.profile" ]; then
|
if [ -f "${config.home.homeDirectory}/.profile" ]; then
|
||||||
@@ -212,6 +213,7 @@
|
|||||||
export PATH="$PATH:${config.home.homeDirectory}/.cargo/bin"
|
export PATH="$PATH:${config.home.homeDirectory}/.cargo/bin"
|
||||||
export PATH="$PATH:${config.home.homeDirectory}/.dotfiles/bin"
|
export PATH="$PATH:${config.home.homeDirectory}/.dotfiles/bin"
|
||||||
export PATH="/usr/bin:$PATH"
|
export PATH="/usr/bin:$PATH"
|
||||||
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||||
|
|
||||||
# PKG_CONFIG_PATH
|
# PKG_CONFIG_PATH
|
||||||
if [ -d /usr/lib/pkgconfig ]; then
|
if [ -d /usr/lib/pkgconfig ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user