Fix grep color alias.

This commit is contained in:
cyteen 2025-08-05 17:47:52 +01:00
parent ce6930904d
commit e859771fe4
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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'