2021-06-25 19:47:48 +02:00
|
|
|
# .bash_profile
|
|
|
|
|
|
|
|
# Get the aliases and functions
|
|
|
|
if [ -f ~/.bashrc ]; then
|
|
|
|
. ~/.bashrc
|
|
|
|
fi
|
|
|
|
|
|
|
|
# User specific environment and startup programs
|
|
|
|
|
|
|
|
export EDITOR=nvim
|
|
|
|
|
2021-11-13 21:40:55 +01:00
|
|
|
if [ -e /home/gshipunov/.nix-profile/etc/profile.d/nix.sh ]; then . /home/gshipunov/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|