update aliases
This commit is contained in:
parent
8b2299626d
commit
5ae7ddea38
4 changed files with 14 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue