Skip to content

Commit

Permalink
add mad configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Khodyunya committed May 7, 2012
1 parent 819ac0e commit 0d10a47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dot.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# System
#export XDG_DATA_DIRS="/usr/share /usr/local/share"
#export XDG_CONFIG_DIRS="/etc/xdg"

# https://github.com/visionmedia/mad
# mad(1) is a markdown driven manual page viewer,
# this makes manuals easier to write, reuse, and read.
export MAD_PATH="$HOME/share/mad:/usr/share/mad:share/mad"
export MAD_CONFIG="$HOME/mad.conf"
# User
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
Expand Down
4 changes: 4 additions & 0 deletions mad.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
heading: 1m
code: 0;37m
strong: 1m
em: 4m

0 comments on commit 0d10a47

Please sign in to comment.