update aliases

This commit is contained in:
Alexander Navarro 2023-06-04 17:39:39 -04:00
parent 8b2299626d
commit 5ae7ddea38
4 changed files with 14 additions and 3 deletions

View file

@ -41,3 +41,10 @@ profzsh() {
shell=${1-$SHELL}
ZPROF=true $shell -i -c exit
}
# Pretty Help
alias bathelp='bat --plain --language=help'
help() {
"$@" --help 2>&1 | bathelp
}