Skip to content

Commit

Permalink
🔧 update bashrc + bash_profile due to change in name for codewhispere…
Browse files Browse the repository at this point in the history
…r to amazon - fix
  • Loading branch information
wingy3181 committed May 25, 2024
1 parent 8116813 commit aedb23d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/shell/bash_profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env bash

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

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

source_bash_files() {

Expand Down

0 comments on commit aedb23d

Please sign in to comment.