mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:46:39 +00:00
8 lines
153 B
Bash
8 lines
153 B
Bash
#
|
|
# tldr Setup
|
|
#
|
|
|
|
if command-exists tldr && [ -f "$HOME/.config/tlrc/config.toml" ]; then
|
|
alias tldr='tldr --config $HOME/.config/tlrc/config.toml'
|
|
fi
|