From a8d8a9d8efd756e7dfb84723d1cbc43e438413a2 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 10 Nov 2021 14:06:03 +0100 Subject: Add prettify JSON function --- runcoms/zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runcoms') diff --git a/runcoms/zshrc b/runcoms/zshrc index 272938e..cf1c248 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -6,6 +6,7 @@ source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/dotenv.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/graphviz.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/short-uptime.zsh" source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/figlet-sample.zsh" +source "${ZDOTDIR:-$HOME}/.dotfiles/zsh/functions/prettify-json.zsh" ################################################################################ # Load Modules @@ -71,8 +72,6 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zshrc.local" ]]; then source "${ZDOTDIR:-$HOME}/.zshrc.local" fi -eval $(/usr/libexec/path_helper -s) - if [[ -s "/opt/homebrew/bin/brew" ]]; then export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:$PATH fi -- cgit