Various changes

This commit is contained in:
2025-03-18 15:39:03 +05:30
parent b85c9e85f4
commit e4700bcfae
7 changed files with 34670 additions and 45947 deletions
+7
View File
@@ -45,3 +45,10 @@ export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
. "$HOME/.deno/env"
source $HOME/.local/share/bash-completion/completions/deno.bash
eval "$(~/.local/bin/mise activate bash)"