Italics in tmux

This commit is contained in:
2018-03-16 08:09:10 -07:00
parent 5dcc166392
commit ade5e8fe6e
3 changed files with 11 additions and 1 deletions

View File

@@ -6,4 +6,7 @@ git submodule update;
cd .vim/bundle/vimproc.vim && make && cd ../../..
rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;
tic -x profiles/xterm-256color-italic.terminfo
tic -x profiles/tmux-256color.terminfo
rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "profiles" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;