summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 8531984..4b95197 100644
--- a/.bashrc
+++ b/.bashrc
@@ -71,6 +71,9 @@ alias ya='rlwrap -pblue ./yaegi'
alias dya='YAEGI_AST_DOT=1 YAEGI_CFG_DOT=1 ./yaegi'
alias wai='~/go/src/github.co/containous/whoami/whoami'
+# yaegi debug
+export YAEGI_DOT_CMD='dotty -'
+
tfk() { ~/go/src/github.com/containous/traefik/traefik "$@"; }
export -f tfk