summary refs log tree commit diff
path: root/dot_config/zsh/dot_zshrc
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-26 00:04:07 +0400
committerAlen <alen@dotfiles.xyz>2023-09-26 00:04:07 +0400
commitbb3cfbc180e98fa2b8cb92795492d74c96b5d465 (patch)
treef15893d0d381fde0d983630191bd8065495fac08 /dot_config/zsh/dot_zshrc
parent7ecfc06316c905ab90763a5473d4aa04e85b59e1 (diff)
Add giti function
Diffstat (limited to 'dot_config/zsh/dot_zshrc')
-rw-r--r--dot_config/zsh/dot_zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc
index fcd6fc7..e1d01f1 100644
--- a/dot_config/zsh/dot_zshrc
+++ b/dot_config/zsh/dot_zshrc
@@ -9,5 +9,5 @@ export SAVEHIST=1000000
 PROMPT="%F{15}%K{4}%n@%M:%~%f%k "
 RPROMPT="%(?.%F{10}%?.%F{9}%?)%f %T"
 
-autoload -U compaudit compinit zrecompile
+autoload -U compaudit compinit zrecompile giti
 autoload -U colors && colors