Removed tldr++ handling (not installed any more).

This commit is contained in:
Stefan Gaiselmann 2022-05-12 08:13:53 +02:00
parent 2d5cb35ce8
commit 006d5c05f3

View File

@ -65,15 +65,6 @@ alias ips='ip --brief -c address'
alias sol-light='set-scheme.sh solarized.light'
alias sol-dark='set-scheme.sh solarized.dark'
# if tldr++ is installed, use it the static way
if tldr --version &> /dev/null
then
tldrVersion="$(tldr --version 2>&1)"
if [[ $tldrVersion =~ tldr\+\+.* ]]; then
alias tldr='tldr --static'
fi
fi
{{ if eq .bash.prompt.category "Uberspace" -}}
alias quota='quota -gls'
{{ end -}}