From: Andre Ramnitz Date: Wed, 13 Mar 2024 07:06:45 +0000 (+0100) Subject: update banner X-Git-Tag: v0.2~205 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=6a7e1ef4ebe6ab59e72f56896138f9b286e600fc;p=dotfiles.git update banner --- diff --git a/banner.asc b/banner.asc index 0ea34910..35044a30 100644 --- a/banner.asc +++ b/banner.asc @@ -10,5 +10,6 @@ search in overlays: 'eix-remote update && eix-sync && eix -R [search term]' rebuild @world & @system 'emerge --ask --verbose --deep --emptytree --with-bdeps=y --keep-going @world' *** *** *** *** *** *** *** *** *** redirect STDOUT: foo 1> /dev/null *** redirect STDERR: foo 2> /dev/null *** redirect BOTH: foo > /dev/null 2>&1 +launch if not already running: 'pidof foo 1> /dev/null || foo &' (posix compliant) restart plasmashell in-place: 'kquitapp5 plasmashell || killall plasmashell && kstart5 plasmashell'