0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/tools
M. Yas. Davoodeh 5c1a5c6ce9
update: prefix rm call with command in trap (#9107)
* Suppress the problematic trap output in check_upg

The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`,
shows a message stating that "update.lock" has been removed each time `zsh` is called.
I simply suppressed it with directing the output to `/dev/null`.

* Use `command` instead of >/dev/null to suppress
2020-07-13 11:52:28 +02:00
..
check_for_upgrade.sh update: prefix rm call with command in trap (#9107) 2020-07-13 11:52:28 +02:00
install.sh install: fix typo (#9069) 2020-07-01 15:44:14 +02:00
require_tool.sh Fix version parsing. Now working with command $ zsh --version 2011-04-13 17:24:44 +02:00
theme_chooser.sh use https everywhere (#6574) 2018-08-07 20:42:01 +02:00
uninstall.sh Fix change to old shell on uninstall (#8430) 2019-11-25 16:36:33 +01:00
upgrade.sh Modernize install and update banners (#9045) 2020-06-28 22:06:13 +02:00