This commit is contained in:
Marc Beninca 2025-07-07 21:43:48 +02:00
parent a06bab3e97
commit ff5116380c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,4 +1,8 @@
[ "${RWX_SHELL}" = "bash" ] || return
# ╭───────┬──────╮
# │ shell │ bash │
# ╰───────┴──────╯
if [ "${RWX_SHELL}" = "bash" ]; then
# shellcheck disable=SC3033
..() {
@ -16,3 +20,5 @@
.....() {
cd ../../../..
}
fi