]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Add Z config
authorRuben Beltran del Rio <redacted>
Tue, 10 Nov 2020 20:20:11 +0000 (21:20 +0100)
committerRuben Beltran del Rio <redacted>
Tue, 10 Nov 2020 20:20:11 +0000 (21:20 +0100)
runcoms/zshrc

index af64bbe8f6e034e75f8f144ace86b8a278f6fece..d59c6b9578bf3b0a46586af19db634cf07cb4fbb 100644 (file)
@@ -54,6 +54,9 @@ export GPG_TTY=$(tty)
 export FZF_DEFAULT_COMMAND='/usr/local/bin/rg --color never --files --hidden -g \!.git'
 export FZF_DEFAULT_OPTS='--preview ''bat --style=numbers --color=always {} | head -500'''
 
+# Z
+. /usr/local/etc/profile.d/z.sh
+
 ################################################################################
 # SECRET ENV VARS!!
 ################################################################################