projects
/
dotfiles
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fzf added to the bashrc
[dotfiles/.git]
/
.nano
/
etc-hosts.nanorc
1
## Make /etc/hosts nicer to read, see `man hosts 5` to see the format
2
syntax "/etc/hosts" "hosts"
3
4
# IPv4
5
color yellow "^[0-9\.]+\s"
6
7
# IPv6
8
icolor green "^[0-9a-f:]+\s"
9
10
# interpunction
11
color normal "[.:]"
12
13
# comments
14
color brightblack "^#.*"
15