This commit is contained in:
Marc Beninca 2024-06-04 19:59:35 +02:00
parent 42189dd171
commit 3143207974
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

6
cd.sh
View file

@ -438,7 +438,7 @@ cd_set_packages_configuration () {
cd_list_working_directory () { cd_list_working_directory () {
cd_step "List working directory" cd_step "List working directory"
cd_ls "." cd_ls "$(realpath .)"
} }
cd_set_https_verification_off () { cd_set_https_verification_off () {
@ -593,10 +593,10 @@ ${CD_GIT_CHILD}
# functions # functions
cd_box_open () { cd_box_open () {
echo "${CD_BOX_DOWN}${CD_BOX_LEFT} ${@}" echo "${CD_BOX_DOWN}${CD_BOX_LEFT}${@}"
} }
cd_box_shut () { cd_box_shut () {
echo "${CD_BOX_UP}${CD_BOX_LEFT} ${@}" echo "${CD_BOX_UP}${CD_BOX_LEFT}${@}"
} }
cd_cat () { cd_cat () {