Remove ASDF
This commit is contained in:
parent
4505ec366b
commit
d89aed6cad
2 changed files with 2 additions and 13 deletions
|
@ -44,12 +44,6 @@ configure_completions() {
|
||||||
source $HOME/.install/google-cloud-sdk/completion.bash.inc
|
source $HOME/.install/google-cloud-sdk/completion.bash.inc
|
||||||
source $HOME/.install/google-cloud-sdk/path.bash.inc
|
source $HOME/.install/google-cloud-sdk/path.bash.inc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If asdf is installed, set up completion for it
|
|
||||||
if [[ -e "$HOME/.asdf" ]]; then
|
|
||||||
source $HOME/.asdf/asdf.sh
|
|
||||||
source $HOME/.asdf/completions/asdf.bash
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
vimwiki() {
|
vimwiki() {
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
export SHELL=/bin/bash
|
|
||||||
|
|
||||||
source ~/.bash_helpers.sh
|
source ~/.bash_helpers.sh
|
||||||
|
|
||||||
set_prompt
|
set_prompt
|
||||||
|
@ -29,6 +27,7 @@ fi
|
||||||
|
|
||||||
export PATH="$HOME/.local/bin:$HOME/.bin:$HOME/go/bin:$PATH"
|
export PATH="$HOME/.local/bin:$HOME/.bin:$HOME/go/bin:$PATH"
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
#export TERM=xterm-256color
|
||||||
|
|
||||||
if [ -d "$HOME/.pyenv" ] && [ -z ${PYENV_SHELL+x} ]
|
if [ -d "$HOME/.pyenv" ] && [ -z ${PYENV_SHELL+x} ]
|
||||||
then
|
then
|
||||||
|
@ -48,11 +47,6 @@ then
|
||||||
export PATH="/home/nicholas/.yarn/bin:$PATH"
|
export PATH="/home/nicholas/.yarn/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "$HOME/.asdf" ]
|
|
||||||
then
|
|
||||||
. $HOME/.asdf/asdf.sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
alias iex="iex --erl \"-kernel shell_history enabled\""
|
alias iex="iex --erl \"-kernel shell_history enabled\""
|
||||||
|
|
||||||
if [ -f /usr/local/etc/bash_completion ]
|
if [ -f /usr/local/etc/bash_completion ]
|
||||||
|
@ -63,3 +57,4 @@ fi
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
export PATH="$HOME/.poetry/bin:$PATH"
|
export PATH="$HOME/.poetry/bin:$PATH"
|
||||||
|
|
||||||
|
export SHELL=/bin/bash
|
||||||
|
|
Loading…
Reference in a new issue