summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-02-06 16:49:08 +0100
committerMarc Vertes <mvertes@free.fr>2025-02-06 16:49:08 +0100
commit5531d444710020672b38149ae1b453a02f2ed0cb (patch)
tree93d497359e16da851a191279477c0647b53fc94d /.bashrc
parent19001724c1e47d83df2b081e7c5e8c6db26e2463 (diff)
.bashrc: gdt alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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'