aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-18 14:31:57 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-18 14:31:57 -0500
commitc6684b0e395db4fd17dfddb0b4d3f28a21b630f4 (patch)
treea57b2e0d1d774d7a6f5395d5c5621fb6c2660f68 /zsh/.config
parent2538494e96a814afd6e9e8b40a79d831b6bbaffc (diff)
refactor(bash): source zshenv directly from bash_profile
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 66ef0d5..5628c0d 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -1,3 +1,5 @@
+#!/bin/zsh
+
export HYPHEN_INSENSITIVE="true"
export DISABLE_UPDATE_PROMPT="true"
export DISABLE_AUTO_TITLE="true"