blob: d1f4ccdde1421bac3e68b025ea9cbd4ead683f64 (
plain) (
tree)
|
|
# 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"
# Setting CDPATH
#export CDPATH=$HOME/Documents/Notes/
[[ -f ~/.bashrc ]] && . ~/.bashrc
# perlbrew
source ~/perl5/perlbrew/etc/bashrc
. "$HOME/.cargo/env"
|