From c6cc202ab95e6f199e63d59ea68d4bcb39940945 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 9 Apr 2024 18:29:39 -0600 Subject: redid bash config and update script, experimenting with doom emacs --- bash/.bashrc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 bash/.bashrc (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc deleted file mode 100644 index 821a3fb..0000000 --- a/bash/.bashrc +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# get custom bash scripts -if [ -d ~/.bash/ ]; then - for f in ~/.bash/*; do . $f; done -fi - -# install asdf -#. $HOME/.asdf/asdf.sh -#. $HOME/.asdf/completions/asdf.bash - -# devkitpro -DEVKITPRO=/opt/devkitpro -DEVKITARM=/opt/devkitpro/devkitARM -DEVKITPPC=/opt/devkitpro/devkitPPC -- cgit v1.2.3