updates
This commit is contained in:
parent
d6be6cd042
commit
2b49549581
2 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,7 @@ spoon.SpoonInstall:andUse("WindowHalfsAndThirds")
|
||||||
spoon.SpoonInstall:andUse("Commander")
|
spoon.SpoonInstall:andUse("Commander")
|
||||||
spoon.SpoonInstall:andUse("ReloadConfiguration")
|
spoon.SpoonInstall:andUse("ReloadConfiguration")
|
||||||
|
|
||||||
TERMINAL_NAME = "iTerm"
|
TERMINAL_NAME = "Wezterm"
|
||||||
|
|
||||||
spoon.WindowScreenLeftAndRight:bindHotkeys(spoon.WindowScreenLeftAndRight.defaultHotkeys)
|
spoon.WindowScreenLeftAndRight:bindHotkeys(spoon.WindowScreenLeftAndRight.defaultHotkeys)
|
||||||
|
|
||||||
|
@ -30,6 +30,10 @@ hs.hotkey.bind({"ctrl"}, "t", function ()
|
||||||
end
|
end
|
||||||
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.hotkey.bind({"cmd", "alt"}, ",", function ()
|
||||||
hs.application.launchOrFocus("System Preferences")
|
hs.application.launchOrFocus("System Preferences")
|
||||||
end)
|
end)
|
||||||
|
|
|
@ -86,7 +86,7 @@ if [[ ( $ZNAP_USED = 1 ) ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -d ~/.cargo/bin ]]; then
|
if [[ -d ~/.cargo/bin ]]; then
|
||||||
path=($HOME/.cargo/bin $path)
|
path=($path $HOME/.cargo/bin)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue