diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-11-01 09:32:20 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-11-01 09:32:20 +0100 |
| commit | 3bb7e9d0b1d7bc406bd2361f7484d4484eb483b1 (patch) | |
| tree | 9735fd2e0a2bf83cec9068b453fb9bdf2e7e2378 /.bashrc | |
| parent | aa1f45e33a957098615eca24d0b1b26c03b0eb57 (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -32,12 +32,8 @@ 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' - # gnuplot display in terminal export GNUTERM='sixelgd enhanced truecolor font "arial,9"' -#export GNUTERM='sixelgd enhanced truecolor small' # Stopwatch alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date' @@ -60,8 +56,8 @@ alias go14='go1.14.2' alias gob='go build' alias goh='p go help' alias god='p go doc' -alias gtr='go test -run' -alias gtb='go test -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' +alias gtr='go test -v -run' +alias gtb='go test -v -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' #alias vi='vim' alias rvi='sudo vim' alias rxt='sudo xt' @@ -110,3 +106,4 @@ unset base # Display git status in prompt . ~/.bash-powerline.sh +# export PS1='; ' |
