nop
This commit is contained in:
parent
c356baee6d
commit
e891d90b43
1 changed files with 1 additions and 3 deletions
4
cd.sh
4
cd.sh
|
@ -338,9 +338,7 @@ cd_mkdir () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_nop () {
|
cd_nop () { true ; }
|
||||||
true
|
|
||||||
}
|
|
||||||
|
|
||||||
cd_rm () {
|
cd_rm () {
|
||||||
if [ -e "${1}" ] ; then
|
if [ -e "${1}" ] ; then
|
||||||
|
|
Loading…
Reference in a new issue