summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-07-20 08:31:09 +0200
committerMarc Vertes <mvertes@free.fr>2023-07-20 08:31:09 +0200
commita364c97719ddb7158f12fe13521e98b47b431286 (patch)
treef7c87d5768e05003ba21e9ab2d9d234b02b6bd9e /.bashrc
parented58b47abc9cc9a0881bc870062000b823831dd5 (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index cf69896..650f32e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -62,13 +62,14 @@ alias ibrew='arch -x86_64 /usr/local/bin/brew'
#alias go12='go1.12.10'
#alias go13='go1.13.8'
#alias go14='go1.14.2'
+alias goa='go build -gcflags -S'
alias gob='go build'
alias goh='p go help'
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 dbg='dlv test -- -test.v -test.run'
+alias gdt='dlv test -- -test.v -test.run'
alias rvi='sudo vim'
#alias rxt='sudo xt'
#alias rxvi='sudo xvi'