aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zshrc
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-10-05 21:19:31 +0200
committerneodarz <neodarz@neodarz.net>2020-10-05 21:19:31 +0200
commit4f42b14dd2ad149624d35e105f8155783ab12cf1 (patch)
tree28a56713eab4179a4f36f214273fa9a28c562b35 /dotfiles/zshrc
parent67d36c7fb727950bed8fe9e11b932726ccf45538 (diff)
downloaddotfiles-4f42b14dd2ad149624d35e105f8155783ab12cf1.tar.xz
dotfiles-4f42b14dd2ad149624d35e105f8155783ab12cf1.zip
Little update
Diffstat (limited to '')
-rwxr-xr-xdotfiles/zshrc4
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