parent
259aae444a
commit
f9f93101ad
1 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,12 @@
|
|||
# │ shell │ bash │
|
||||
# ╰───────┴──────╯
|
||||
|
||||
[ "${RWX_SHELL}" = "bash" ] ||
|
||||
return
|
||||
# based on currently running shell
|
||||
case "${RWX_SHELL}" in
|
||||
"bash") ;;
|
||||
# skip illegal syntax to come
|
||||
*) return ;;
|
||||
esac
|
||||
|
||||
# shellcheck disable=SC3033
|
||||
..() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue