rwx/shell
This commit is contained in:
parent
05e5d00a95
commit
77a53428e1
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ x() {
|
|||
"${@}"
|
||||
}
|
||||
|
||||
[ "$(rwx_shell)" = "bash" ] || return
|
||||
[ "${RWX_SHELL}" = "bash" ] || return
|
||||
|
||||
# shellcheck disable=SC3033
|
||||
..() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue