No Description

isundil 48da667fff the basics 7 years ago
.gitignore 48da667fff the basics 7 years ago
LICENSE 48da667fff the basics 7 years ago
Makefile 48da667fff the basics 7 years ago
README.md 48da667fff the basics 7 years ago
appContext.cpp 48da667fff the basics 7 years ago
appContext.hpp 48da667fff the basics 7 years ago
exception.cpp 48da667fff the basics 7 years ago
exception.hpp 48da667fff the basics 7 years ago
history.cpp 48da667fff the basics 7 years ago
history.hpp 48da667fff the basics 7 years ago
main.cpp 48da667fff the basics 7 years ago

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