From: Ace Date: Wed, 27 Jan 2016 08:57:59 +0000 (+0800) Subject: ... X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=93bc13b144b16890cfb0c3b549e860245bc6bb65;p=acecode.git ... --- diff --git a/learn/doc/mac_bash_profile b/learn/doc/mac_bash_profile index 2df7001..63c5e21 100644 --- a/learn/doc/mac_bash_profile +++ b/learn/doc/mac_bash_profile @@ -15,4 +15,5 @@ alias ll='ls -lGh' alias ls='ls -Gh' alias rm='rm -rf' alias grep='grep --color' +alias egrep='egrep --color' alias msf='msfconsole' diff --git a/tools/comm/Makefile b/tools/comm/Makefile index b879cec..2ca933d 100644 --- a/tools/comm/Makefile +++ b/tools/comm/Makefile @@ -1,6 +1,6 @@ CC = gcc CPP = g++ -BINS = countc htc +BINS = countc htc cpuid SCRIPTS = cls cs DST = $(HOME)/.local/bin/