Add colorsync sourcing to zshrc
This commit is contained in:
parent
5f3cec6e5f
commit
fb6de1388c
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ set_custom_keybindings() {
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
[ -f ~/.local/state/colorsync/current ] && source ~/.local/state/colorsync/current
|
||||||
[ -f ~/.zshrc_local ] && source ~/.zshrc_local
|
[ -f ~/.zshrc_local ] && source ~/.zshrc_local
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue