Switch to Xterm for htop window

このコミットが含まれているのは:
John Mertz 2021-08-11 18:41:22 -04:00
コミット baba42bff9
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -3,5 +3,5 @@
if [ "$(pgrep -c htop)" -gt 0 ]; then
pkill htop
else
/usr/bin/uxterm -e htop
/usr/bin/xterm -e htop
fi