From c58abab9e5f14fdabb1ea8b314c370fb515b7b69 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 26 Oct 2022 12:05:56 -0600 Subject: havent updated these in a while --- bash/.bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index 1a40fb5..c267237 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -4,10 +4,11 @@ if [[ -d ~/.bash/ ]]; then fi # install asdf -. $HOME/.asdf/asdf.sh -. $HOME/.asdf/completions/asdf.bash +#. $HOME/.asdf/asdf.sh +#. $HOME/.asdf/completions/asdf.bash # devkitpro DEVKITPRO=/opt/devkitpro DEVKITARM=/opt/devkitpro/devkitARM DEVKITPPC=/opt/devkitpro/devkitPPC +export PATH=$PATH:/home/bryson/.spicetify -- cgit v1.2.3