aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-14 18:45:14 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-14 18:45:14 -0600
commitfca44c4b64276a7f0544b80289317de0cf580c4c (patch)
tree90fac4e1d357b14668d69d223e0a2495e05bafa3 /zshrc
parent6f2c6c43b811f06e382e3e6157c750c4b26a9638 (diff)
feat: added gh to installer
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index cc67dc8..de35499 100644
--- a/zshrc
+++ b/zshrc
@@ -22,3 +22,5 @@ function set_win_title() {
}
precmd_functions+=(set_win_title)
+autoload -U compinit
+compinit -i \ No newline at end of file