paths
This commit is contained in:
parent
42189dd171
commit
3143207974
1 changed files with 3 additions and 3 deletions
6
cd.sh
6
cd.sh
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue