New backup 2025-10-24 13:30:02
This commit is contained in:
parent
ce54949075
commit
1a0f608337
1 changed files with 2 additions and 0 deletions
|
|
@ -162,6 +162,8 @@ export PYENV_ROOT="$HOME/.pyenv"
|
|||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init - bash 2>/dev/null)"
|
||||
|
||||
[[ -d $HOME/.local/share/gem/ruby/3.3.0/bin ]] && export PATH="$HOME/.local/share/gem/ruby/3.3.0/bin:$PATH"
|
||||
|
||||
TPUT_RED="$(tput setaf 1)$(tput setab 0)"
|
||||
TPUT_MAGENTA_BG="$(tput setab 5)$(tput setaf 0)"
|
||||
#TPUT_MAGENTA="$(tput sgr0)$(tput setaf 5)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue