zsh:alias: Pipe --help output into less
This commit is contained in:
@@ -58,6 +58,8 @@ fi
|
|||||||
# Manually trigger alias expansion for the next word
|
# Manually trigger alias expansion for the next word
|
||||||
# Taken from https://unix.stackexchange.com/a/433849
|
# Taken from https://unix.stackexchange.com/a/433849
|
||||||
alias -g '$= '
|
alias -g '$= '
|
||||||
|
# Don't clutter scrollback with help pages
|
||||||
|
alias -g -- '--help'='--help | less'
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
alias g='git'
|
alias g='git'
|
||||||
|
|||||||
Reference in New Issue
Block a user