diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-02-03 23:42:57 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-02-03 23:42:57 -0500 |
| commit | 57ef6eed56a626fd5ff386dce6f71a8ede291e50 (patch) | |
| tree | 8bcd392013cf2cebdd069760b1f74be3e09a77fd /mkshrc | |
| parent | 5880ffbce8b3b2e2d6b4bf2e2600527280d3199d (diff) | |
| download | dotfiles-57ef6eed56a626fd5ff386dce6f71a8ede291e50.tar.gz dotfiles-57ef6eed56a626fd5ff386dce6f71a8ede291e50.tar.xz | |
Remove egrep from color aliases
Diffstat (limited to 'mkshrc')
| -rw-r--r-- | mkshrc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -111,9 +111,7 @@ setaliases() { alias p="pwd"; alias gdb='gdb -q' alias bc='bc -q' - alias egrep='egrep --color=auto' alias eg='egrep' - alias egf='egrep --color=force' alias search='egrep -rniI' } @@ -127,6 +125,7 @@ setcoloraliases() { fi alias grep="grep --color=auto"; + alias egrep='egrep --color=auto' alias diff="$(which diff colordiff 2>/dev/null | tail -n 1)"; alias search='egrep --color=auto -rnI'; alias t='tree -CdL' @@ -586,11 +585,12 @@ export LANG="$1"; NEWLINE='$(printf "\n")' SHELL_CONFIG=".mkshrc" -PRELOAD="$HOME/${SHELL_CONFIG}.pre" -LOCAL="$HOME/${SHELL_CONFIG}.local" -UPDATE_URL="https://www.rygel.us/etc/" FANCY_PROMPT=1 COLOR=1 +UPDATE_URL="https://www.rygel.us/etc/" + +PRELOAD="$HOME/${SHELL_CONFIG}.pre" +LOCAL="$HOME/${SHELL_CONFIG}.local" # For use with SSL functions # Just use easy-rsa, it's less hassle |
