diff --git a/cd.sh b/cd.sh index b7b74cb..ec5c812 100644 --- a/cd.sh +++ b/cd.sh @@ -438,7 +438,7 @@ cd_set_packages_configuration () { cd_list_working_directory () { cd_step "List working directory" - cd_ls "." + cd_ls "$(realpath .)" } cd_set_https_verification_off () { @@ -593,10 +593,10 @@ ${CD_GIT_CHILD} # functions cd_box_open () { - echo "${CD_BOX_DOWN}${CD_BOX_LEFT} ${@}" + echo "${CD_BOX_DOWN}${CD_BOX_LEFT}${@}" } cd_box_shut () { - echo "${CD_BOX_UP}${CD_BOX_LEFT} ${@}" + echo "${CD_BOX_UP}${CD_BOX_LEFT}${@}" } cd_cat () {