Commit 3fc8f544 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

added sourcing ~/.sh_local to ~/.bash_profile & ~/.zprofile

parent a987fef2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ if [ -n "$PS1" ]; then
	export PS1
fi

source_each ~/.shell/$(get_platform)/profile ~/.bash_local
source_each ~/.shell/$(get_platform)/profile ~/.sh_local ~/.bash_local

# Automatically run terminal multiplexer on SSH connect
[ -n "$SSH_TTY" ] && [ "x$TERM" != xscreen ] && has tmux && exec tmux -u attach
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ source ~/.shell/funcs

# Source all-shell startup profile environments
source_first ~/.profile /etc/profile
source_each ~/.shell/$(get_platform)/profile ~/.zsh_local
source_each ~/.shell/$(get_platform)/profile ~/.sh_local ~/.zsh_local

# Automatically run terminal multiplexer on SSH connect
[ -n "$SSH_TTY" ] && [ "x$TERM" != xscreen ] && has tmux && exec tmux -u attach