Remove watchman init from zshrc, I dont even use it anymore, fix sourcing of hm session
This commit is contained in:
parent
f8e65f7bf7
commit
b8f72bf6ad
1 changed files with 1 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ set_custom_keybindings() {
|
|||
init() {
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
[ -f ~/.zshrc_local ] && source ~/.zshrc_local
|
||||
[ -f ~/.nix-profile/etc/profile.d/hm-session-vars.sh ] && source ~/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||
eval "$(fzf --zsh)"
|
||||
eval "$(zoxide init --cmd cd zsh)"
|
||||
|
||||
|
|
@ -224,6 +225,3 @@ if [[ -n "$TMUX" ]]; then
|
|||
tmux rename-window "$name"
|
||||
}
|
||||
fi
|
||||
|
||||
# just call watchman to jumpstart the daemon
|
||||
watchman watch-list >/dev/null 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue