aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorBryson Steck <me@brysonsteck.xyz>2024-04-09 18:29:39 -0600
committerBryson Steck <me@brysonsteck.xyz>2024-04-09 18:29:39 -0600
commitc6cc202ab95e6f199e63d59ea68d4bcb39940945 (patch)
tree5b1c17cfa3eeea20b401b6dcf7b303a1556ab39d /bash/.bashrc
parentc1e3c46afdcb455175f0bb18b606f61c864d008a (diff)
downloaddotfiles-master.tar
dotfiles-master.tar.gz
dotfiles-master.tar.bz2
redid bash config and update script, experimenting with doom emacsHEADmaster
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc15
1 files changed, 0 insertions, 15 deletions
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