diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-11-10 14:06:03 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-11-10 14:06:03 +0100 |
| commit | a8d8a9d8efd756e7dfb84723d1cbc43e438413a2 (patch) | |
| tree | 5960056e6253a7501b327a3f6b941b35a5f0db7e /runcoms | |
| parent | fde341f840d1b1d88affda043d1153a7f78f5421 (diff) | |
Add prettify JSON function
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 3 |
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 |