1
0
Fork 0

some minor fixes to zshrc, gvimrc; moar themes for vim as well

This commit is contained in:
Von Random 2017-11-24 19:46:01 +03:00
parent 540dafe4ae
commit 20ca3eae49
3 changed files with 17 additions and 14 deletions

16
zshrc
View file

@ -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