diff options
author | Silvino <silvino@bk.ru> | 2019-06-26 17:10:12 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-26 17:49:35 +0100 |
commit | eddfa5ed593e67c9b2e6c53382b4fe044663451a (patch) | |
tree | d95e5875c53dc3715c75721c2c749de22d643ca4 /core/conf/skel | |
parent | 2830b5fb96cce787ca8c7562a968effc3e57bdb1 (diff) | |
download | doc-eddfa5ed593e67c9b2e6c53382b4fe044663451a.tar.gz |
core iptables revision
Diffstat (limited to 'core/conf/skel')
-rw-r--r-- | core/conf/skel/.bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/conf/skel/.bashrc b/core/conf/skel/.bashrc index 88cf24c..55d1c78 100644 --- a/core/conf/skel/.bashrc +++ b/core/conf/skel/.bashrc @@ -22,12 +22,14 @@ HISTSIZE=1000 HISTFILESIZE=2000 +alias diff='diff --color=auto' +alias grep='grep --color=auto' +alias ls='ls -ph --color=auto' alias rm='rm -i' #alias cp='cp -i' alias mv='mv -i' # Prevents accidentally clobbering files. alias mkdir='mkdir -p' - alias h='history' alias hg='history | grep' alias j='jobs -l' |