From 5e3b62288690c896c38068175f21771c3a989b02 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 23 Oct 2024 12:02:22 -0500 Subject: update --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 4b7d0fb..74846a9 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ export PAGER=less export EDITOR=vim -export HISTIGNORE=ls:ps:history +export HISTIGNORE=2fa:ls:ps:history export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries export HISTSIZE=100000 # big big history export HISTFILESIZE=100000 # big big history @@ -73,6 +73,7 @@ alias gob='go build' alias goh='p go help' alias god='p go doc' alias gol='GO111MODULE=off go' +alias golint='golangci-lint run --no-config --disable-all -E' # 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' -- cgit v1.2.3