Skip to content

Commit 10d8b13

Browse files
committed
feat: 增加 todpe 快捷命令
1 parent e0dea9f commit 10d8b13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.bash_aliases.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ dpe_workdir() {
2020
echo $workdir
2121
}
2222

23+
todpe() {
24+
cd $(dirname $(readlink -f "${DPE_COMPOSE}"))
25+
}
26+
2327
tophp() {
2428
if [[ $# -lt 1 ]]; then
2529
local version=php81

0 commit comments

Comments
 (0)