diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-05-08 23:09:36 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-05-08 23:09:36 +0200 |
| commit | c2a5ccee03cbe70965189910da97da5ca006517b (patch) | |
| tree | 807db543aff4d444761e35df5499b763aa9ca7f9 /.bashrc | |
| parent | d55267d35d24d2e9932328360556de69d59b2a3c (diff) | |
feature: open scrit, vim improvements
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -42,7 +42,7 @@ export TERMINAL=xt alias cl='cf xft:Mono:size=12' alias ls='ls --color=auto' alias ll='ls -AlFh' -alias op='xdg-open' +#alias op='xdg-open' alias git='hub' #alias go='go1.14.1' alias go11='go1.11.13' @@ -66,10 +66,13 @@ alias ifre='echo "ip link set wlo1 down; ip link set wlo1 up"|sudo sh' alias by='go build cmd/yaegi/yaegi.go' alias cy='cd ~/go/src/github.com/containous/yaegi' -alias ty='go test -v -short ./interp' +#alias ty='go test -v -short ./interp' alias ya='rlwrap -pblue ./yaegi' alias dya='YAEGI_AST_DOT=1 YAEGI_CFG_DOT=1 ./yaegi' +ty() { go test -v -short ./interp; } +export -f ty + ws() (cd ~/Wiki && git status --short) export -f ws |
