diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
