some minor fixes to zshrc, gvimrc; moar themes for vim as well
This commit is contained in:
parent
540dafe4ae
commit
20ca3eae49
3 changed files with 17 additions and 14 deletions
16
zshrc
16
zshrc
|
@ -200,14 +200,14 @@ font_colors() {
|
|||
}
|
||||
# grc
|
||||
colorize() {
|
||||
local cmds cmd
|
||||
cmds=(\
|
||||
cc configure cvs df diff dig gcc gmake id ip last lsof make mount \
|
||||
mtr netstat ping ping6 ps tcpdump traceroute traceroute6 \
|
||||
)
|
||||
for cmd in $cmds[@]; do
|
||||
alias $cmd="command grc -es --colour=auto $cmd"
|
||||
done
|
||||
local cmds cmd
|
||||
cmds=(\
|
||||
cc configure cvs df diff dig gcc gmake id ip last lsof make mount \
|
||||
mtr netstat ping ping6 ps tcpdump traceroute traceroute6 \
|
||||
)
|
||||
for cmd in $cmds[@]; do
|
||||
alias $cmd="command grc -es --colour=auto $cmd"
|
||||
done
|
||||
}
|
||||
if [[ -x "$(whence grc)" ]]; then
|
||||
colorize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue