From 5531d444710020672b38149ae1b453a02f2ed0cb Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 6 Feb 2025 16:49:08 +0100 Subject: .bashrc: gdt alias --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 448bda1..56267b2 100644 --- a/.bashrc +++ b/.bashrc @@ -61,6 +61,7 @@ alias god='p go doc' alias gol='GO111MODULE=off go' alias gtr='go test -v -run' alias gtb='go test -v -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' +alias gdt='dlv test -- -test.v -test.run' alias ww='vi ~/Wiki/home_page.md' alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' alias apk='doas apk' -- cgit v1.2.3