diff options
| -rw-r--r-- | bash_aliases | 1 | ||||
| -rw-r--r-- | bashrc (renamed from .bashrc) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/bash_aliases b/bash_aliases index a9f836d..82b103a 100644 --- a/bash_aliases +++ b/bash_aliases @@ -18,3 +18,4 @@ alias up="cd .." alias a="emacsclient -n" alias ll="ls -la" alias ls="ls --color=auto" +alias grep='grep --color=auto'
\ No newline at end of file |
