summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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'