James Robey
adfe182984
Use subshell for open() to avoid job control output ( #4366 )
...
If it is not run as a sub-shell, using open and then subsequently closing the app will pollute the existing terminal with messages like:
[1] 287915
[1]+ Done xdg-open "$@" > /dev/null 2>&1
Making it a subshell removes this noise and keeps it more like the open command in macOS.
2026-01-27 11:34:16 +01:00
David Heinemeier Hansson
de2757466b
Add opencode ( #4071 )
2026-01-03 16:50:10 -08:00
David Heinemeier Hansson
9d9f362c7a
Just use the basics in case there is a problem with path
2025-10-27 17:32:16 +01:00
Wiehann
cc5c842f9f
Fix ls when not using eza ( #2607 )
...
* Fix ls when not using eza
* Make use of omarchy-cmd-present
2025-10-27 08:56:27 +01:00
Wiehann
9b37d8549f
Fix cd command if zoxide is missing ( #2609 )
...
* Fix cd command if zoxide is missing
* Make use of omarchy-cmd-present
2025-10-27 08:55:38 +01:00
David Heinemeier Hansson
3ce7849c89
Group git together
2025-08-30 11:48:32 +02:00
David Heinemeier Hansson
ce5178c285
Lines up better with the new starship prompt
2025-08-18 12:35:08 +02:00
Maximiliano Guzenski
f6d5df5a89
Package manager usability improvements ( #569 )
...
* better pkg manager with shotcuts
* removed ctrl-d, it conflict with terminal
* reveal keybinds to user
* We don't need yayf any more now we have full integration in Omarchy menu
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-08-09 19:34:01 +02:00
David Heinemeier Hansson
a117f5a36a
Open current directory on n alone while still allowing opening direct files too
2025-07-22 07:53:01 -05:00
David Heinemeier Hansson
ea9d451474
Don't hang the opening terminal
2025-07-16 13:15:12 -07:00
Calvin Ludwig
59b18ce5b8
add yayf alias
2025-07-03 10:14:22 -03:00
David Heinemeier Hansson
56ebe49468
Fix missing fd tool and bad alias
2025-07-02 20:07:45 -07:00
David Heinemeier Hansson
5336f43ccb
Fix ff for bat
2025-06-28 10:43:13 -07:00
David Heinemeier Hansson
0bc5eefc7b
Add open alias for xdg-open
2025-06-25 16:41:15 -07:00
David Heinemeier Hansson
2c1c32e9aa
Not needed, have other ways of starting
2025-06-25 16:37:16 -07:00
David Heinemeier Hansson
561848f5ac
Not needed on arch
2025-06-20 09:02:04 -04:00
David Heinemeier Hansson
0b28491cab
Only show where we went if we went through z
2025-06-11 14:27:55 +02:00
David Heinemeier Hansson
20eba70185
Nicer styling
2025-06-11 14:25:47 +02:00
David Heinemeier Hansson
33a895aaae
Fix zoxide and repeat pwd since thats all we have for location
2025-06-09 15:30:35 +02:00
David Heinemeier Hansson
81b617ea26
Add bash configuration
2025-06-01 11:56:03 +02:00