From 2b4954958158a4dbb7d67d3549e256c0e5be61cc Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Thu, 2 Jun 2022 09:10:58 -0400 Subject: [PATCH] updates --- hammerspoon/init.lua | 6 +++++- zsh/zshrc | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 666b79a..ac781cf 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -9,7 +9,7 @@ spoon.SpoonInstall:andUse("WindowHalfsAndThirds") spoon.SpoonInstall:andUse("Commander") spoon.SpoonInstall:andUse("ReloadConfiguration") -TERMINAL_NAME = "iTerm" +TERMINAL_NAME = "Wezterm" spoon.WindowScreenLeftAndRight:bindHotkeys(spoon.WindowScreenLeftAndRight.defaultHotkeys) @@ -30,6 +30,10 @@ hs.hotkey.bind({"ctrl"}, "t", function () end end) +hs.hotkey.bind({"ctrl", "alt"}, "t", function () + hs.application.launchOrFocus("/Users/acicchetti/bin/Terminal (Rosetta).app") +end) + hs.hotkey.bind({"cmd", "alt"}, ",", function () hs.application.launchOrFocus("System Preferences") end) diff --git a/zsh/zshrc b/zsh/zshrc index 44326a3..97fc272 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -86,7 +86,7 @@ if [[ ( $ZNAP_USED = 1 ) ]]; then fi if [[ -d ~/.cargo/bin ]]; then - path=($HOME/.cargo/bin $path) + path=($path $HOME/.cargo/bin) fi