dotfiles/bash/overrides.sh

5 lines
53 B
Bash
Raw Normal View History

2020-09-12 09:58:04 +02:00
function htop {
__window_title "htop"
/sbin/htop
}