Skip to content

Commit

Permalink
drop sysz dependency for quick homebrew variant
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jul 14, 2024
1 parent c555378 commit 7eb2abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .functions
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ _sysf() {
--preview-window="right:55%" \
--bind="enter:execute(journalctl -u {} ${userarg} | less +G -R)"
}
sysf() { _sysf "" "sudo" "sysu" ;}
sysu() { _sysf "--user" "" "sysf" ;}
sysz() { _sysf "" "sudo" "sysu" ;}
sysu() { _sysf "--user" "" "sysz" ;}

# mount a usb partition with udisks2 - alternative; just use udiskie
mountz() {
Expand Down

0 comments on commit 7eb2abc

Please sign in to comment.