aboutsummaryrefslogtreecommitdiff
path: root/runcoms
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-11-10 21:20:11 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-11-10 21:20:11 +0100
commit30519082f71d5e2739c7dfb5b884338214ecba90 (patch)
tree0a3a5bd48bbf57d1df9fcdae56d63737cd8fcc7a /runcoms
parentdf16e19b6c74f96020e0ad48c06cd3ad8fb873b4 (diff)
Add Z config
Diffstat (limited to 'runcoms')
-rw-r--r--runcoms/zshrc3
1 files changed, 3 insertions, 0 deletions
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!!
################################################################################