summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-05-30 12:20:07 +0200
committerMarc Vertes <mvertes@free.fr>2020-05-30 12:20:07 +0200
commitb87761ba92a15794d3cf8a65cf7feddfc088cd6f (patch)
treef25d2d2c405766ec0134f0373a99a013bf5a62af /.bashrc
parent138da9ec4ef5a7e7c5550d8054b182e5580f36d6 (diff)
update
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