zsh: PATH and shellcheck stuff

This commit is contained in:
2023-04-12 10:07:51 +03:00
parent 9331b2b643
commit 4b1feb16fc
4 changed files with 10 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
# vim: filetype=zsh
export DOTFILES="$HOME/.dotfiles"
export PATH="$DOTFILES/local/bin:$PATH"
# Explicitly set XDG folders
# https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
@@ -40,3 +41,4 @@ source "$DOTFILES/config/exports-apps"
if command -v nvim &> /dev/null; then
export EDITOR="nvim"
fi