aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
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