dotfiles/bash/overrides.sh
2020-09-12 09:58:04 +02:00

5 lines
53 B
Bash

function htop {
__window_title "htop"
/sbin/htop
}