Add the ability to load a system-local zshrc
This commit is contained in:
parent
7608431bff
commit
d50fe546ff
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -42,5 +42,8 @@ autoload -U edit-command-line
|
||||||
zle -N edit-command-line
|
zle -N edit-command-line
|
||||||
bindkey '^x^e' edit-command-line
|
bindkey '^x^e' edit-command-line
|
||||||
|
|
||||||
|
# Load any kind of system-local stuff
|
||||||
|
[[ ! -f ~/.zshrc.local ]] || source ~/.zshrc.local
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue