diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 0ea20f8..2f558f8 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -160,6 +160,4 @@ fi eval "$(register-python-argcomplete schedule_timer)" -export EDITOR="/bin/vim" - source <(kitty + complete setup bash) diff --git a/dotfiles/bash/profile b/dotfiles/bash/profile new file mode 100644 index 0000000..9adfd25 --- /dev/null +++ b/dotfiles/bash/profile @@ -0,0 +1,8 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +export EDITOR="/bin/vim" +export PATH="$HOME/.cargo/bin:$PATH"