1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Append to PATH

This commit is contained in:
Mo8it 2022-03-22 20:21:40 +01:00
parent 6e5cf3c769
commit a316edfc15

10
.bash_profile Normal file
View file

@ -0,0 +1,10 @@
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:~/.cargo/bin:~/.npm-global/bin