Fix grep color alias.
This commit is contained in:
parent
ce6930904d
commit
e859771fe4
|
|
@ -0,0 +1,6 @@
|
|||
# https://github.com/ravitemer/mcphub.nvim?tab=readme-ov-file#mcp-hub
|
||||
|
||||
|
||||
## MCP Hub is a MCP client for neovim that seamlessly integrates [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) servers into your editing workflow. It provides an intuitive interface for managing, testing, and using MCP servers with your favorite chat plugins.
|
||||
|
||||
|
||||
|
|
@ -126,6 +126,7 @@ EOF
|
|||
|
||||
ALIAS_FILE="${DEST}/${ALIAS_DIR}/003_local.sh"
|
||||
cat >"${ALIAS_FILE}" <<-'EOF'
|
||||
`` alias grep='GREP_COLOR="mt=1;37;41" LANG=C grep --color=auto'/
|
||||
alias plocate='plocate --existing --basename --ignore-case'
|
||||
alias wget="wget --content-disposition -c -U 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0'"
|
||||
alias tswget='torsocks wget'
|
||||
|
|
|
|||
Loading…
Reference in New Issue