From: Ruben Beltran del Rio Date: Tue, 10 Nov 2020 20:20:11 +0000 (+0100) Subject: Add Z config X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/30519082f71d5e2739c7dfb5b884338214ecba90?ds=inline Add Z config --- diff --git a/runcoms/zshrc b/runcoms/zshrc index af64bbe..d59c6b9 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -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!! ################################################################################