summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/.bashrc b/.bashrc
index d375799..97d766f 100644
--- a/.bashrc
+++ b/.bashrc
@@ -84,7 +84,6 @@ alias ww='(cd ~/Wiki && vi home_page.md)'
alias s='(cd ~/Wiki && vi scratch.md)'
alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME'
alias pv='qlmanage -p'
-alias tc=termcolor
gtr() { go test -v -run "$@"; }
export -f gtr
@@ -108,6 +107,7 @@ 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
@@ -183,7 +183,3 @@ export HOMEBREW_REPOSITORY=/opt/homebrew
# Added by Radicle.
export PATH="$PATH:/Users/marc/.radicle/bin"
-
-#case $TERM_PROGRAM in
-#Apple_Terminal) termcolor
-#esac