diff options
Diffstat (limited to '')
-rw-r--r-- | bash_profile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..ffa9be1 --- /dev/null +++ b/bash_profile @@ -0,0 +1,14 @@ +# Setting PATH +export PATH=~/.cargo/bin:$PATH +export PATH=~/bin/:$PATH +export PATH="$HOME/gems/bin:$PATH" +export PATH="$HOME/go/bin:$PATH" +export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" +export PATH="/opt/pycharm-2021.3.3/bin:$PATH" + + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +# perlbrew +source ~/perl5/perlbrew/etc/bashrc |