From 60fcbaef26d676847ad1bb525c1c146434b7bdf7 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 29 Apr 2020 12:35:49 +0200 Subject: feature: add hdmi automatic toggle --- .bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 1c2bfe7..293fd76 100644 --- a/.bashrc +++ b/.bashrc @@ -23,6 +23,7 @@ shopt -s histappend # append to history, don't overwrite it cf() { printf '\e]710;%s\007' "${1:-fixed}"; } p() { [ -f "$1" -a ! -x "$1" ] && less -XF $1 || "$@" 2>&1 | less -XF ; } +export -f p fixab() { printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 "$1"; } @@ -43,11 +44,11 @@ alias ls='ls --color=auto' alias ll='ls -AlFh' alias op='xdg-open' alias git='hub' -alias go='go1.14.1' +#alias go='go1.14.1' alias go11='go1.11.13' alias go12='go1.12.10' alias go13='go1.13.8' -alias go14='go1.14.1' +alias go14='go1.14.2' alias gob='go build' alias goh='p go help' alias god='p go doc' -- cgit v1.2.3