From c19ae248bbb125c354a448f42ee2c9504c4f698f Mon Sep 17 00:00:00 2001 From: Autumn Date: Fri, 15 May 2026 17:50:57 +0100 Subject: [conf/bash] added bash config --- src/bash/linux_bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/bash/linux_bashrc (limited to 'src/bash/linux_bashrc') diff --git a/src/bash/linux_bashrc b/src/bash/linux_bashrc new file mode 100644 index 0000000..9003c5d --- /dev/null +++ b/src/bash/linux_bashrc @@ -0,0 +1,11 @@ +# +# ~~~ bash config +# + +# exit early if not interactive +if [[ $- != *i* ]]; then + return +fi + +# switch to nushell +[ -x /usr/bin/nu ] && SHELL=/usr/bin/nu exec /usr/bin/nu -- cgit v1.3