mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:46:42 +00:00
feat(tools/tldr): customize styling of Rust-based tlrc tldr client
This commit is contained in:
7
zsh/tldr.zsh
Normal file
7
zsh/tldr.zsh
Normal 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
|
||||
Reference in New Issue
Block a user