From 9ffc567b7577c82a01dccd3674064206d4cc9c8b Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 1 May 2020 17:42:21 +0200 Subject: [PATCH] Add profile to bash --- dotfiles/bash/bashrc | 2 -- dotfiles/bash/profile | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 dotfiles/bash/profile 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"