We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dea9f commit 10d8b13Copy full SHA for 10d8b13
1 file changed
.bash_aliases.example
@@ -20,6 +20,10 @@ dpe_workdir() {
20
echo $workdir
21
}
22
23
+todpe() {
24
+ cd $(dirname $(readlink -f "${DPE_COMPOSE}"))
25
+}
26
+
27
tophp() {
28
if [[ $# -lt 1 ]]; then
29
local version=php81
0 commit comments