From 33afceac601caf31e81253b1f21b7f67ffacd8cd Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Wed, 25 May 2016 22:39:53 +0200 Subject: [PATCH] Moved terminfo to other --- install/_install.sh | 4 ++-- {terminfo => other}/xterm-256color.terminfo | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {terminfo => other}/xterm-256color.terminfo (100%) diff --git a/install/_install.sh b/install/_install.sh index 24f674fe..0bcc4280 100755 --- a/install/_install.sh +++ b/install/_install.sh @@ -59,9 +59,9 @@ ln -s ~/dotfiles/zsh ~/.zsh ln -s ~/dotfiles/zshrc ~/.zshrc # set xterm/screen terminals to enable italic fonts in terminal -tic ~/dotfiles/terminfo/xterm-256color.terminfo +tic ~/dotfiles/other/xterm-256color.terminfo -# set iterm terminal to xterm-256color and enable italics! +# set iterm terminal to xterm-256color! # now restart your terminal/iterm2 and hope for the best # set zsh to the default diff --git a/terminfo/xterm-256color.terminfo b/other/xterm-256color.terminfo similarity index 100% rename from terminfo/xterm-256color.terminfo rename to other/xterm-256color.terminfo