mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 05:53:40 +00:00
Append to PATH
This commit is contained in:
parent
6e5cf3c769
commit
a316edfc15
1 changed files with 10 additions and 0 deletions
10
.bash_profile
Normal file
10
.bash_profile
Normal 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
|
Loading…
Reference in a new issue