Commit a987fef2 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

changed sourcing ~/.bash_local to ~/.zsh_local in ~/.zprofile

parent bdd569f9
Loading
Loading
Loading
Loading
+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 ~/.bash_local
source_each ~/.shell/$(get_platform)/profile ~/.zsh_local

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