1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.bash_profile
2022-10-09 01:15:32 +02:00

10 lines
243 B
Bash

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
export PATH="$HOME/.npm-global/bin:$PATH:$HOME/.cargo/bin:$HOME/bin/nvim/bin:$HOME/bin/julia/bin"