diff --git a/install.conf.yaml b/install.conf.yaml index 5dddf7a..3ae091b 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -12,6 +12,7 @@ ~/.gitignore_global: git/gitignore_global ~/.zsh: zsh ~/.zshrc: zsh/zshrc + ~/.inputrc: zsh/inputrc - shell: - git update-submodules # after linking ~/.gitconfig diff --git a/zsh/zshrc b/zsh/zshrc index 02238f7..e49f91c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -19,9 +19,6 @@ if [ $(uname -n) = "mail" ]; then plugins+=(debian) fi -# Color TERM -export TERM=xterm-256color - # Preferred editor for local and remote sessions export EDITOR='nano'