Skip to content

Commit 1ca5c57

Browse files
committed
remove old asdf init stuff before i forget
1 parent 16b5baf commit 1ca5c57

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

.bashrc.Linux

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,4 @@ source_if_exists() {
6969
source_if_exists "$HOME/.fzf.bash"
7070
source_if_exists "$HOME/.homesick/repos/homeshick/homeshick.sh"
7171
source_if_exists "$HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash"
72-
source_if_exists "$HOME/.asdf/asdf.sh"
73-
source_if_exists "$HOME/.asdf/completions/asdf.bash"
7472
source_if_exists "/usr/share/autojump/autojump.sh"

.profile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
# NONE
2-
3-
# TODO: Figure out why this makes VSCode happy.
4-
if [ -f "$HOME/.asdf/asdf.sh" ]; then
5-
echo "Sourcing asdf.sh via .profile"
6-
source $HOME/.asdf/asdf.sh
7-
fi

.zshrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ brewery=$(brew --prefix)
6868
# autojump
6969
. "$brewery/etc/profile.d/autojump.sh"
7070

71-
# asdf
72-
brew_prefix_asdf="$brewery/opt/asdf"
73-
export ASDF_DIR="$brew_prefix_asdf"
74-
. "$brew_prefix_asdf/asdf.sh"
75-
7671
# To make Homebrew’s completions available in zsh, you must get the Homebrew-managed zsh site-functions on your FPATH
7772
# before initialising zsh’s completion facility.
7873
# Add the following to your ~/.zshrc file:

0 commit comments

Comments
 (0)