Add profile to bash

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-01 17:42:21 +02:00
parent 4ff7628ba7
commit 9ffc567b75
2 changed files with 8 additions and 2 deletions

View file

@ -160,6 +160,4 @@ fi
eval "$(register-python-argcomplete schedule_timer)"
export EDITOR="/bin/vim"
source <(kitty + complete setup bash)

8
dotfiles/bash/profile Normal file
View file

@ -0,0 +1,8 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export EDITOR="/bin/vim"
export PATH="$HOME/.cargo/bin:$PATH"