From c35ad364ec95e1fb3014b72493156f9adc5a7bae Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 2 May 2025 17:59:22 +0200 Subject: update --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index e31b965..317bdb6 100644 --- a/.bashrc +++ b/.bashrc @@ -57,6 +57,7 @@ alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date alias apk='doas apk' alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' alias dy='YAEGI_AST_DOT=1 YAEGI_CFG_DOT=1 ./yaegi' +alias f2fa='2fa -list | fzf | xargs 2fa -clip' alias fd='find . -iname' alias gdt='dlv test -- -test.v -test.run' alias gob='go build' -- cgit v1.2.3