Skip to content

Commit

Permalink
chore: πŸ› fix wrong alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 5, 2024
1 parent 01a1e91 commit f80ae24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ function rr { rm -rf $args }
function c { clear }

# tools
function man { tdtlrc $args }
Remove-Item alias:man -Force -ErrorAction SilentlyContinue
function man { tldr $args }
function hf { hyperfine $args }

# oxidizer
Expand Down

0 comments on commit f80ae24

Please sign in to comment.