diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-05 21:19:31 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-05 21:19:31 +0200 |
commit | 4f42b14dd2ad149624d35e105f8155783ab12cf1 (patch) | |
tree | 28a56713eab4179a4f36f214273fa9a28c562b35 /dotfiles/zshrc | |
parent | 67d36c7fb727950bed8fe9e11b932726ccf45538 (diff) | |
download | dotfiles_dotdrop-4f42b14dd2ad149624d35e105f8155783ab12cf1.tar.xz dotfiles_dotdrop-4f42b14dd2ad149624d35e105f8155783ab12cf1.zip |
Little update
Diffstat (limited to '')
-rwxr-xr-x | dotfiles/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |