From 6d3e8a7a9b522d62c9eede742cc017fb7620e458 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 2 Apr 2025 19:16:05 -0300 Subject: [PATCH] tldr fix --- dot_config/zsh/dot_zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 5fde0be..f98d744 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -22,7 +22,7 @@ alias find="fd" alias bc="numbat" alias sed="sd" alias du="dust" -alias tldr="tealdeer" +alias tldr="tldr" alias xxd="hexyl" alias start="xdg-open" alias edit="micro" @@ -101,4 +101,4 @@ RPROMPT="%?:%h | %*" eval "$(starship init zsh)" # Zoxide -eval "$(zoxide init zsh)" \ No newline at end of file +eval "$(zoxide init zsh)"