Skip to content

Commit

Permalink
missing snowsql alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-eraigosa committed May 25, 2024
1 parent 3eb0862 commit 2d84fe8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions opt/profiles/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,9 @@ if [ -d /mnt/c/Program\ Files/Docker/Docker/resources/bin/ ]; then
fi
alias python='python3'
alias pip='pip3'

# snowsql for mac
# https://docs.snowflake.com/en/user-guide/snowsql-install-config
if [ -f /Applications/SnowSQL.app/Contents/MacOS/snowsql ]; then
alias snowsql=/Applications/SnowSQL.app/Contents/MacOS/snowsql
fi
1 change: 1 addition & 0 deletions opt/profiles/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ brew 'jsonnet'
brew 'jq'

cask 'snowflake-snowsql'
brew 'snowflake-snowsql'

0 comments on commit 2d84fe8

Please sign in to comment.