setup-cockpit/dotfiles/bash/profile

8 lines
120 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export EDITOR="/bin/vim"
export PATH="$HOME/.cargo/bin:$PATH"