fix
This commit is contained in:
parent
51f24cabcd
commit
74d4d86f17
1 changed files with 2 additions and 2 deletions
4
cd.sh
4
cd.sh
|
@ -598,10 +598,10 @@ ${CD_GIT_CHILD}
|
||||||
# functions
|
# functions
|
||||||
|
|
||||||
cd_box_open () {
|
cd_box_open () {
|
||||||
echo "${CD_BOX_OPEN}${@}"
|
echo "${CD_OPEN}${@}"
|
||||||
}
|
}
|
||||||
cd_box_shut () {
|
cd_box_shut () {
|
||||||
echo "${CD_BOX_SHUT}${@}"
|
echo "${CD_SHUT}${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_cat () {
|
cd_cat () {
|
||||||
|
|
Loading…
Reference in a new issue