summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-04-29 12:35:49 +0200
committerMarc Vertes <mvertes@free.fr>2020-04-29 12:35:49 +0200
commit60fcbaef26d676847ad1bb525c1c146434b7bdf7 (patch)
tree2de4c2500c98a77be6d09cfdfe76a58c53c51ae4 /.bashrc
parent6f90dc904c1cff1f82c2f8dbc8fd2b24f5fc9ef6 (diff)
feature: add hdmi automatic toggle
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 3 insertions, 2 deletions
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'