Directory Switch

function sister() {
cd “`pwd | sed -e s/$1/$2/`”
}

function sist() {
sister main test
}

function sism() {
sister test main
}

Leave a comment