-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.profile
20 lines (15 loc) · 892 Bytes
/
.profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# so in principle we don't use this file we put everything in ~/.bash_profile or ~/.bashrc
# Things that ONLY run in interactive (login shells) should be put in ~/.bash_profile
# If it should be in both interactive and non-interactive shells then but it in ~/.bashrc (most of the stuff)
# . "$HOME/.cargo/env"
# added by Snowflake SnowSQL installer v1.2
#export PATH=/Users/rubelagu/Applications/SnowSQL.app/Contents/MacOS:$PATH
# export PATH="/usr/local/opt/openjdk@17/bin:$PATH"