_cd_to_site: Try to change dir another way

This commit is contained in:
Stig-Ørjan Smelror 2024-02-05 15:58:59 +01:00
parent e427b0e4ce
commit 818b260532

3
qsgen2
View File

@ -201,8 +201,7 @@ case "$1" in
exit exit
;; ;;
cd) cd)
alias qsgen2cd='_cd_to_site_output() { eval $(_cd_to_site "$@"); }; _cd_to_site_output' _cd_to_site_output() { eval $(_cd_to_site "$@"); }; _cd_to_site_output
qsgen2cd
exit exit
;; ;;
force) force)