Skip to content

Commit be703ff

Browse files
Update wsl-homebrew.sh
1 parent fc966dc commit be703ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsl-homebrew.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ brew install gh
1919
echo 'export PATH="/home/linuxbrew/.linuxbrew/opt/postgresql@15/bin:$PATH"' >> $HOME/.zshrc
2020
source $HOME/.zshrc
2121
brew services start postgresql@15
22-
psql {{ ansible_env.USER }} -c \\q
22+
# psql {{ ansible_env.USER }} -c \\q
2323
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
2424
echo '\nexport NVM_DIR="$HOME/.nvm"
2525
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

0 commit comments

Comments
 (0)