diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-05-16 11:02:04 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-05-16 11:02:04 +0200 |
| commit | 71a729174a5f24a6ec644e1903976aa790415a7f (patch) | |
| tree | b0aa50994f981b14423031e446f9172e1f1989cf /.bashrc | |
| parent | 5bd55a186b8860c3d9e2e9e0af534e81f03159ae (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
