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

@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# shellcheck shell=zsh
# shellcheck shell=bash
# shellcheck enable=external-sources
# vim: filetype=zsh
# Antigen configuration
@@ -70,7 +71,7 @@ fi
export NVM_LAZY_LOAD=true
export NVM_COMPLETION=true
export NVM_AUTO_USE=true
export NVM_DIR="${XDG_CONFIG_HOME}/nvm"
export NVM_DIR="$XDG_CONFIG_HOME/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion