Skip to content

Commit

Permalink
before upgrade to neovim 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danwetherald committed May 19, 2022
1 parent 065db24 commit 6a89ffa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hammerspoon/monitors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function screenChanged(watcher)

-- Turn on Home Assistant Scene
if hour >= 12 and hour <= 19 then
hs.http.post(path, day_payload, headers)
-- hs.http.post(path, day_payload, headers)
elseif hour <= 2 then
hs.http.post(path, night_payload, headers)
-- hs.http.post(path, night_payload, headers)
end
end
end
Expand Down
4 changes: 4 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ alias tmuxa='tmux new-session -A'
alias tmuxl='tmux list-sessions'
alias gtbc="cd ~/Developer/BetterCart/refactor/bettercart"

#One Off Alias
alias fixm="defaults write com.apple.Dock appswitcher-all-displays -bool true; killall Dock"

if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
Expand Down Expand Up @@ -158,3 +161,4 @@ export BAT_THEME="OneDark"
# [ -s "/usr/local/opt/nvm/nvm.sh" ] && \. "/usr/local/opt/nvm/nvm.sh" # This loads nvm
# [ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
export PATH="$HOME/.rbenv/bin:$PATH"
export PATH="/usr/local/opt/postgresql@11/bin:$PATH"

0 comments on commit 6a89ffa

Please sign in to comment.