Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update
Browse files Browse the repository at this point in the history
shunk031 committed Aug 19, 2024

Verified

This commit was signed with the committer’s verified signature.
shunk031 Shunsuke KITADA
1 parent 7af6782 commit 2f9c147
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion home/dot_local/bin/server/pyenv.sh
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ eval "$(pyenv init -)"
#
# for pyenv-virtualenv
#
eval "$(pyenv virtualenv-init - | sed s/precmd/chpwd/g)"
# eval "$(pyenv virtualenv-init - | sed s/precmd/chpwd/g)"
eval "$(pyenv virtualenv-init -)"

export PYENV_VIRTUALENV_DISABLE_PROMPT=1
2 changes: 1 addition & 1 deletion install/ubuntu/server/starship.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ function install_starship() {

mkdir -p "${BIN_DIR}"

curl -sS "${url}" | sh -s -- \
curl -sS "${url}" | dash -s -- \
--yes \
--version "${version}" \
--bin-dir "${BIN_DIR}"

0 comments on commit 2f9c147

Please sign in to comment.