mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
6 lines
293 B
Bash
6 lines
293 B
Bash
echo "Use current terminal shell cwd for new terminal working directories"
|
|
|
|
if ! grep -q "working-directory" ~/.config/hypr/bindings.conf; then
|
|
sed -i '/bindd = SUPER, RETURN, Terminal, exec, \$terminal/ s|$| --working-directory=$(omarchy-cmd-terminal-cwd)|' ~/.config/hypr/bindings.conf
|
|
fi
|