summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-05-16 11:02:04 +0200
committerMarc Vertes <mvertes@free.fr>2020-05-16 11:02:04 +0200
commit71a729174a5f24a6ec644e1903976aa790415a7f (patch)
treeb0aa50994f981b14423031e446f9172e1f1989cf /.bashrc
parent5bd55a186b8860c3d9e2e9e0af534e81f03159ae (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 1ff58cd..6ff0272 100644
--- a/.bashrc
+++ b/.bashrc
@@ -68,6 +68,10 @@ alias cy='cd ~/go/src/github.com/containous/yaegi'
#alias ty='go test -v -short ./interp'
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'
+
+tfk() { ~/go/src/github.com/containous/traefik/traefik "$@"; }
+export -f tfk
ty() { go test -v -short ./interp; }
export -f ty