Refactor shell setup into ~/.zshenv and ~/.zshrc files

It was time to split the environment related stuff out to ~/.zshenv,
leaving my ~/.zshrc file specifically for setup of interactive shells.
This commit is contained in:
2020-02-22 14:27:19 +00:00
parent d283fc9474
commit 80c77c8c2b
20 changed files with 230 additions and 203 deletions

View File

@@ -5,11 +5,6 @@ alias tmn="tm new"
alias tml="tm ls"
alias tmm="tmn -s main"
# Custom Install
if [ -d "/opt/tmux/bin" ]; then
path_prepend "/opt/tmux/bin"
fi
# Tmux Completion
if [ -f "/usr/local/etc/bash_completion.d/tmux" ]; then
source "/usr/local/etc/bash_completion.d/tmux"