Skip to content

Commit

Permalink
💚 Fix shellcheck lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wingy3181 committed Jan 26, 2024
1 parent 66b4c47 commit 13d9bfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/shell/bash_profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

# CodeWhisperer pre block. Keep at the top of this file.
[[ -f "${HOME}/Library/Application Support/codewhisperer/shell/bash_profile.pre.bash" ]] && builtin source "${HOME}/Library/Application Support/codewhisperer/shell/bash_profile.pre.bash"
#!/usr/bin/env bash

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down
3 changes: 2 additions & 1 deletion src/shell/bashrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

# CodeWhisperer pre block. Keep at the top of this file.
[[ -f "${HOME}/Library/Application Support/codewhisperer/shell/bashrc.pre.bash" ]] && builtin source "${HOME}/Library/Application Support/codewhisperer/shell/bashrc.pre.bash"
#!/usr/bin/env bash

# http://www.joshstaiger.org/archives/2005/07/bash_profile_vs.html
# .bash_profile is executed for login shells, while .bashrc is executed for interactive non-login shells (e.g. subshells).
Expand Down

0 comments on commit 13d9bfd

Please sign in to comment.