summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc9
1 files changed, 3 insertions, 6 deletions
diff --git a/.bashrc b/.bashrc
index 229f627..a78d064 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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='; '