diff --git a/.bashrc b/.bashrc index 71bede9..2bd871a 100644 --- a/.bashrc +++ b/.bashrc @@ -118,13 +118,5 @@ if ! shopt -oq posix; then fi fi - -## defaults ## -export GPG_TTY=$(tty) -# envs -export PATH=$PATH:/envs/bin -#bbj -export BBJ_USER=$USER - ## includes ## [ -f ~/.fzf.bash ] && source ~/.fzf.bash diff --git a/.profile b/.profile index aff4e29..66feb05 100644 --- a/.profile +++ b/.profile @@ -26,6 +26,15 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi + +## defaults ## +export GPG_TTY=$(tty) +# envs +export PATH=$PATH:/envs/bin +#bbj +export BBJ_USER=$USER + + if [[ ! $TERM =~ screen ]] || [[ ! $TMUX =~ tmux ]]; then _byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true fi