Move environment variables back to .bashrc from .bash_profile

This commit is contained in:
2021-11-05 23:12:03 +03:00
parent 0a4db41f8e
commit 204e207f5d

View File

@@ -39,6 +39,16 @@ export TERM=alacritty
export EDITOR=nvim export EDITOR=nvim
export VISUAL=nvim export VISUAL=nvim
# Go ENVs
export GO111MODULE=auto
export GOBIN="$HOME/go/bin"
MY_BIN="$HOME/dotfiles/bin"
RUSTBIN="$HOME/.cargo/bin"
PYTHON_BIN="$HOME/.local/bin"
export PATH="$PATH:$MY_BIN:$PYTHON_BIN:$RUSTBIN"
# Find arch package by binary # Find arch package by binary
source /usr/share/doc/pkgfile/command-not-found.bash source /usr/share/doc/pkgfile/command-not-found.bash