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