From 3e7baed7799264c42d78942efc11fc073640b4b2 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 13 Nov 2024 14:00:29 +0000 Subject: [PATCH] bashrc.d: add roswell --- bashrc.d/roswell.bash | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bashrc.d/roswell.bash diff --git a/bashrc.d/roswell.bash b/bashrc.d/roswell.bash new file mode 100644 index 0000000..40252fb --- /dev/null +++ b/bashrc.d/roswell.bash @@ -0,0 +1,3 @@ +if [ -d "$HOME/.roswell" ] ; then + addpath "$HOME/.roswell/bin" +fi