aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 76ff96a..3c75c5e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -168,6 +168,10 @@ if [ "$(uname -m)" != "riscv64" ]; then
export CROSS_COMPILE=riscv64-suse-linux-
fi
+# I have built a local busybox so I can generate an initramfs for various
+# hacking thingies, let's reference it into an environment variable.
+export BUSYBOX_SRC="$HOME/src/busybox/1.36.1"
+
##
# Lastly I had some problems with the GPG agent recently. So I copied a solution
# from https://github.com/jessfraz/dotfiles