aboutsummaryrefslogtreecommitdiff
path: root/runcoms
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-11-10 14:06:03 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-11-10 14:06:03 +0100
commita8d8a9d8efd756e7dfb84723d1cbc43e438413a2 (patch)
tree5960056e6253a7501b327a3f6b941b35a5f0db7e /runcoms
parentfde341f840d1b1d88affda043d1153a7f78f5421 (diff)
Add prettify JSON function
Diffstat (limited to 'runcoms')
-rw-r--r--runcoms/zshrc3
1 files changed, 1 insertions, 2 deletions
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