Skip to content

Commit

Permalink
update tldr cache during system update (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kucera-lukas committed Jun 10, 2023
1 parent 2b826b6 commit e20eb89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/dot_config/private_fish/functions/upall.fish
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ function upall --description "update everything"

echo "updating cargo executables..."
cargo install-update -a

echo "updating tldr cache"
tldr --update
end

0 comments on commit e20eb89

Please sign in to comment.