|
|
7 years ago | |
|---|---|---|
| .gitignore | 7 years ago | |
| LICENSE | 7 years ago | |
| Makefile | 7 years ago | |
| README.md | 7 years ago | |
| appContext.cpp | 7 years ago | |
| appContext.hpp | 7 years ago | |
| exception.cpp | 7 years ago | |
| exception.hpp | 7 years ago | |
| history.cpp | 7 years ago | |
| history.hpp | 7 years ago | |
| main.cpp | 7 years ago |
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