暂无描述

isundil 48da667fff the basics 7 年之前
.gitignore 48da667fff the basics 7 年之前
LICENSE 48da667fff the basics 7 年之前
Makefile 48da667fff the basics 7 年之前
README.md 48da667fff the basics 7 年之前
appContext.cpp 48da667fff the basics 7 年之前
appContext.hpp 48da667fff the basics 7 年之前
exception.cpp 48da667fff the basics 7 年之前
exception.hpp 48da667fff the basics 7 年之前
history.cpp 48da667fff the basics 7 年之前
history.hpp 48da667fff the basics 7 年之前
main.cpp 48da667fff the basics 7 年之前

README.md

install

function cd(){
    CD_ARGS=`/path/to/cd "$@"`
    if [[ $CD_ARGS != "" ]]; then builtin cd $CD_ARGS; fi
}
trap "rm `/home/isundil/storage/projects/cd/cd --gethistfile` -f" EXIT