add fancy pants italic font support
* add terminfo for terminal and tmux * set comments to italic in vim * update zshrc and tmux.conf to use italic terminfo
This commit is contained in:
@@ -43,7 +43,7 @@ if [[ -d ~/bin ]]; then
|
||||
export PATH=~/bin:$PATH
|
||||
fi
|
||||
|
||||
[ -z "$TMUX" ] && export TERM=xterm-256color
|
||||
[ -z "$TMUX" ] && export TERM=xterm-256color-italic
|
||||
|
||||
# install rbenv
|
||||
if hash rbenv 2>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user