1
0
Fork 0
dotfiles/bash/overrides.sh

5 lines
53 B
Bash

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