1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00

Tweak sdj

This commit is contained in:
Steffo 2024-05-20 02:07:24 +02:00
parent 94724de8a0
commit e6da25dec0
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,3 +1,3 @@
function sdj --wraps='journalctl -u' --description 'alias sdj journalctl -u'
journalctl -u $argv;
function sdj
journalctl --follow --unit=$argv[1]
end