From d411a2ce2da9ac6c4b80867554a6f0453bba4e48 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 29 Nov 2016 11:29:22 -0800 Subject: [PATCH] Fix longlines in rofi_start_service.sh --- dotfiles/lib/bin/rofi_restart_service.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/lib/bin/rofi_restart_service.sh b/dotfiles/lib/bin/rofi_restart_service.sh index f1b2a9b6..b3a72616 100755 --- a/dotfiles/lib/bin/rofi_restart_service.sh +++ b/dotfiles/lib/bin/rofi_restart_service.sh @@ -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