diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-04 00:54:34 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-04 00:54:34 +0100 |
| commit | 5bf6cf4dcfcec24a2b9c73dfa1773128fb66bed8 (patch) | |
| tree | 38f4e5d7cba6f3aa82f77db1815803181a2cb3a5 | |
| parent | 26d2f960341ef7e142541d80a058d8546e59e725 (diff) | |
Minor linting updates
| -rw-r--r-- | .bash_profile | 3 | ||||
| -rw-r--r-- | MacOS.md | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile index d50e067..a29f021 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,6 @@ #!/bin/bash +# shellcheck disable=SC1091 + # ==== Homebrew Apple M1/Intel fixing of $PATH if [ -d /opt/homebrew ]; then eval "$(/opt/homebrew/bin/brew shellenv)" @@ -83,7 +85,6 @@ if command -v rbenv 1>/dev/null 2>&1; then fi # ==== NVM config -# shellcheck source=/dev/null if [ -f "$HOME/.nvm/nvm.sh" ]; then export NVM_DIR=~/.nvm source "$HOME/.nvm/nvm.sh" @@ -21,8 +21,7 @@ brew bundle ```bash cd ~/.rc stow --no-folding . -git remote remove origin -git remote add origin [email protected]:~a14m/.rc +git remote set-url origin [email protected]:~a14m/.rc ``` ### GPG smart key |
