]> Freerunner's - dotfiles.git/commitdiff
update banner
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 13 Mar 2024 07:06:45 +0000 (08:06 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
banner.asc

index 0ea349101e2cd2d22a14554212cc45da0ded393e..35044a307eb5a60210c466cbb242df12e7e11338 100644 (file)
@@ -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'