fix: spelling
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -36,7 +36,7 @@ _lazy_ssh() {
|
|||||||
alias ssh='_lazy_ssh; ssh'
|
alias ssh='_lazy_ssh; ssh'
|
||||||
alias sudo='_lazy_ssh; sudo'
|
alias sudo='_lazy_ssh; sudo'
|
||||||
|
|
||||||
# alias to colourize make output
|
# alias to colourise make output
|
||||||
_make() {
|
_make() {
|
||||||
make "$@" 2> >(sed -E \
|
make "$@" 2> >(sed -E \
|
||||||
-e "s/^([Mm]akefile:[0-9]+:.*)/\x1b[33m\1\x1b[0m/" \
|
-e "s/^([Mm]akefile:[0-9]+:.*)/\x1b[33m\1\x1b[0m/" \
|
||||||
|
|||||||
Reference in New Issue
Block a user