Add profile to bash
This commit is contained in:
parent
4ff7628ba7
commit
9ffc567b75
2 changed files with 8 additions and 2 deletions
|
@ -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
8
dotfiles/bash/profile
Normal file
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
export EDITOR="/bin/vim"
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
Loading…
Add table
Reference in a new issue