summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-12-06 15:02:31 +0100
committerMarc Vertes <mvertes@free.fr>2021-12-06 15:02:31 +0100
commite589eff80a403bfe7831c040fe55a6bcf5ba038b (patch)
tree8f13510610ce0a7020a141145c262cfec5b8367a /.bashrc
parent0b89577b1e7c46986bed003033d677f2d1ebf9cb (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index c086d45..f20fbdd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -32,6 +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
+export BACKUP=bip:/home/backup/marc@yoda
+
# gnuplot display in terminal
export GNUTERM='sixelgd enhanced truecolor font "arial,9"'
@@ -47,7 +49,7 @@ alias ll='ls -AlFhv'
alias vi='vim'
alias view='vim -R'
#alias op='xdg-open'
-alias git='hub'
+#alias git='hub'
#alias go='go1.14.1'
alias go11='go1.11.13'
alias go12='go1.12.10'
@@ -58,6 +60,7 @@ alias goh='p go help'
alias god='p go doc'
alias gtr='go test -v -run'
alias gtb='go test -v -cpuprofile cpu.out -memprofile mem.out -benchmem -bench'
+alias kd='sudo cat /sys/kernel/debug/tracing/trace_pipe'
#alias vi='vim'
alias rvi='sudo vim'
alias rxt='sudo xt'
@@ -85,6 +88,7 @@ alias wai='~/go/src/github.co/traefik/whoami/whoami'
# yaegi debug
export YAEGI_DOT_CMD='dotty -'
+export YAEGI_BPF=1 YAEGI_UNSAFE=1 YAEGI_SYSCALL=1 YAEGI_UNRESTRICTED=1
mosht() { mosh "$@" -- tmux new -A; }
export -f mosht