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

Remove .bash_profile

This commit is contained in:
Mo 2023-08-07 14:21:30 +02:00
parent a4867e19a0
commit 80622de1a2

View file

@ -1,21 +0,0 @@
# .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/bin/nvim/bin"
. "$HOME/.cargo/env"
# >>> juliaup initialize >>>
# !! Contents within this block are managed by juliaup !!
case ":$PATH:" in *:/var/home/mo/.julia/juliaup/bin:*);; *)
export PATH=/var/home/mo/.julia/juliaup/bin${PATH:+:${PATH}} ;;
esac
# <<< juliaup initialize <<<