Nessuna descrizione

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

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