Skip to content

Commit

Permalink
maint: fix jq naming and add docker to path
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Jun 8, 2022
1 parent cfcdfe2 commit af80e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.config/zsh/zinit.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ zi from'gh-r' lbin'!' nocompile for \
@koalaman/shellcheck @pemistahl/grex \
@r-darwish/topgrade @sharkdp/fd \
@sharkdp/hyperfine @mrtazz/checkmake \
@stedolan/jq \
lbin'!* -> jq' @stedolan/jq \
lbin'!* -> shfmt' @mvdan/sh \
lbin'!* -> stylua' @JohnnyMorganz/StyLua \
lbin'!**/rg' @BurntSushi/ripgrep \
Expand Down
1 change: 1 addition & 0 deletions zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ path_append "/usr/local/opt/gnu-sed/libexec/gnubin"
path_append "/usr/local/opt/gnu-tar/libexec/gnubin"
path_append "/Users/$USER/Library/Python/3.8/bin"
path_append "/Users/$USER/Library/Python/3.9/bin"
path_append "/Applications/Docker.app/Contents/MacOS"
# XDG ENV VARIABLES
(( ${+XDG_CACHE_HOME} )) || export XDG_CACHE_HOME="$HOME/.cache"
(( ${+XDG_CONFIG_HOME} )) || export XDG_CONFIG_HOME="$HOME/.config"
Expand Down

0 comments on commit af80e9b

Please sign in to comment.