Fix longlines in rofi_start_service.sh

This commit is contained in:
2016-11-29 11:29:22 -08:00
parent 982a6bb51a
commit d411a2ce2d

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env zsh
systemctl --user | tail -n +2 | head -n -6 |
egrep -v "sys-devices" | get_cols 1 | rofi -dmenu -i | xargs systemctl --user restart
egrep -v "sys-devices" | get_cols 1 | rofi -dmenu -i |
xargs systemctl --user restart