feat(tools/tldr): customize styling of Rust-based tlrc tldr client

This commit is contained in:
2024-05-09 02:26:45 +01:00
parent 8e67b0066a
commit f7e1cb03e7
4 changed files with 85 additions and 0 deletions

7
zsh/tldr.zsh Normal file
View File

@@ -0,0 +1,7 @@
#
# tldr Setup
#
if command-exists tldr && [ -f "$HOME/.config/tlrc/config.toml" ]; then
alias tldr='tldr --config $HOME/.config/tlrc/config.toml'
fi