From 4f42b14dd2ad149624d35e105f8155783ab12cf1 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 5 Oct 2020 21:19:31 +0200 Subject: Little update --- dotfiles/zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dotfiles/zshrc') diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 0e034d4..358290e 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -17,7 +17,11 @@ #█▓▒░ load configs for config (~/.zsh/*.zsh) source $config +{%@@ if profile == "unicorn" @@%} +export TERM=xterm-kitty +{%@@ else @@%} export TERM=xterm-256color +{%@@ endif @@%} export CHEAT_EDITOR=nvim export VISUAL=nvim export EDITOR=nvim -- cgit v1.2.1