summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-07-29 16:31:28 +0200
committerMarc Vertes <mvertes@free.fr>2020-07-29 16:31:28 +0200
commit737ca59089a60edd0447db39775a97ec7fb96268 (patch)
treed25804bab10d784ef6a66712fdc3e002ae5c9702 /.bashrc
parentad7f45231cb867990a03830ec09e0cd41959f539 (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 14c87b7..5427224 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'