Correct fgrep alias.
This commit is contained in:
parent
0f6c592fa0
commit
f336bff69f
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -242,7 +242,7 @@ PROMPT_COMMAND="__ssh_agent_prompt_command"
|
||||||
hash bc >/dev/null 2>&1 && alias bc='bc -lq'
|
hash bc >/dev/null 2>&1 && alias bc='bc -lq'
|
||||||
hash diff >/dev/null 2>&1 && alias diff='diff --color=auto -u'
|
hash diff >/dev/null 2>&1 && alias diff='diff --color=auto -u'
|
||||||
hash grep >/dev/null 2>&1 && alias egrep='grep -E --color=auto'
|
hash grep >/dev/null 2>&1 && alias egrep='grep -E --color=auto'
|
||||||
hash grep >/dev/null 2>&1 && alias fgrep='grep -E --color=auto'
|
hash grep >/dev/null 2>&1 && alias fgrep='grep -F --color=auto'
|
||||||
hash grep >/dev/null 2>&1 && alias grep='grep --color=auto'
|
hash grep >/dev/null 2>&1 && alias grep='grep --color=auto'
|
||||||
hash nc >/dev/null 2>&1 && alias pastebin='nc termbin.com 9999'
|
hash nc >/dev/null 2>&1 && alias pastebin='nc termbin.com 9999'
|
||||||
hash screen >/dev/null 2>&1 && alias screen='screen -Ua'
|
hash screen >/dev/null 2>&1 && alias screen='screen -Ua'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue