bash/if
This commit is contained in:
parent
a06bab3e97
commit
ff5116380c
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
[ "${RWX_SHELL}" = "bash" ] || return
|
# ╭───────┬──────╮
|
||||||
|
# │ shell │ bash │
|
||||||
|
# ╰───────┴──────╯
|
||||||
|
|
||||||
|
if [ "${RWX_SHELL}" = "bash" ]; then
|
||||||
|
|
||||||
# shellcheck disable=SC3033
|
# shellcheck disable=SC3033
|
||||||
..() {
|
..() {
|
||||||
|
@ -16,3 +20,5 @@
|
||||||
.....() {
|
.....() {
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue