diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-07-29 16:31:28 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-07-29 16:31:28 +0200 |
| commit | ea18410af09ef8ef4f044079a72c82b2d41151a4 (patch) | |
| tree | 557b6ea94978c916538ac48b2106239f2da2e272 /.bashrc | |
| parent | 42789994f68efffc6d94ec78e51a06be246620ff (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -32,6 +32,9 @@ fixab() { printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 "$1"; } #export LESS_TERMCAP_us=$(tput setaf 5) # underline (magenta) #export LESS_TERMCAP_ue=$'\E[0m' # end underline +# bat +export BAT_THEME='github' + # Stopwatch alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date' @@ -67,7 +70,7 @@ alias wpa='sudo wpa_gui -i wlan0' alias ifre='echo "ip link set wlo1 down; ip link set wlo1 up"|sudo sh' -alias by='go build cmd/yaegi/yaegi.go' +alias by='go build ./cmd/yaegi' alias cy='cd ~/go/src/github.com/containous/yaegi' #alias ty='go test -v -short ./interp' alias ya='rlwrap -pblue ./yaegi' |
