summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-01-15 11:44:13 +0100
committerMarc Vertes <mvertes@free.fr>2025-01-15 11:44:13 +0100
commit307df21222316d35f32e1597824283797aa6a74c (patch)
treebf6a73f1be8f76cfcb95cde4e48a8ada9ff6bce4 /.bashrc
parent137fd617030c85e9eef6858d9d5cd63cdc306ff6 (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 3 insertions, 2 deletions
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