Removed tldr++ handling (not installed any more).
This commit is contained in:
parent
2d5cb35ce8
commit
006d5c05f3
@ -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 -}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user