load local zshrc
This commit is contained in:
parent
d512bc2027
commit
86b7aaefcf
|
|
@ -1,3 +1,5 @@
|
||||||
|
source .zshrc.local
|
||||||
|
|
||||||
# Auto-launch tmux
|
# Auto-launch tmux
|
||||||
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
||||||
# If no tmux server running, start one (continuum will auto-restore)
|
# If no tmux server running, start one (continuum will auto-restore)
|
||||||
|
|
@ -9,4 +11,3 @@ if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue