mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-15 18:57:49 +02:00
zshrc: Added sourcing for zsh_custom if present.
zsh_custom will be sourced if it exists. I sometimes need something which isn't part of any file and must be only on that one computer.
This commit is contained in:
parent
ded33ed297
commit
79e4cf3eae
5
zshrc
5
zshrc
@ -56,3 +56,8 @@ fi
|
|||||||
if [ -f ~/.zsh_tmux ]; then
|
if [ -f ~/.zsh_tmux ]; then
|
||||||
source ~/.zsh_tmux
|
source ~/.zsh_tmux
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f ~/.zsh_tmux ]; then
|
||||||
|
source ~/.zsh_custom
|
||||||
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user