From 307df21222316d35f32e1597824283797aa6a74c Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 15 Jan 2025 11:44:13 +0100 Subject: update --- .bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 97d766f..296640f 100644 --- a/.bashrc +++ b/.bashrc @@ -5,11 +5,13 @@ export PAGER=less export EDITOR=vim -export HISTIGNORE=2fa:ls:ps:history +export HISTIGNORE=2fa:ls:ps:history:tc:cursor export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries export HISTSIZE=100000 # big big history export HISTFILESIZE=100000 # big big history shopt -s histappend # append to history, don't overwrite it +shopt -s globstar +shopt -s dotglob # Disable Ctrl-S stty -ixon @@ -107,7 +109,6 @@ alias y='rlwrap -pblue yaegi' alias dy='YAEGI_AST_DOT=1 YAEGI_CFG_DOT=1 ./yaegi' alias wai='~/go/src/github.co/traefik/whoami/whoami' -alias ogc='open -a "Google Chrome" --args --silent-debugger-extension-api' # yaegi debug export YAEGI_DOT_CMD="dotty -" export YAEGI_UNSAFE=1 -- cgit v1.2.3