Keine Beschreibung

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

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