fish: functions: Delete not much used systemd aliases
This commit is contained in:
parent
0fa6ed0143
commit
edf40d4e04
9 changed files with 0 additions and 27 deletions
|
@ -1,3 +0,0 @@
|
||||||
function jb --wraps='journalctl -r -b -1' --description 'alias jb=journalctl -r -b -1'
|
|
||||||
journalctl -r -b -1 $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function jf --wraps='journalctl -f' --description 'alias jf=journalctl -f'
|
|
||||||
journalctl -f $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function jk --wraps='journalctl -r -k' --description 'alias jk=journalctl -r -k'
|
|
||||||
journalctl -r -k $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function jr --wraps='journalctl -r' --description 'alias jr=journalctl -r'
|
|
||||||
journalctl -r $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function ju --wraps='journalctl -u' --description 'alias ju=journalctl -u'
|
|
||||||
journalctl -u $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function jx --wraps='journalctl -xe' --description 'alias jx=journalctl -xe'
|
|
||||||
journalctl -xe $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function sdd --wraps='systemctl disable ' --description 'alias sdd=systemctl disable '
|
|
||||||
systemctl disable $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function sde --wraps='systemctl enable ' --description 'alias sde=systemctl enable '
|
|
||||||
systemctl enable $argv
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function sds --wraps='systemctl status ' --description 'alias sds=systemctl status '
|
|
||||||
systemctl status $argv
|
|
||||||
end
|
|
Loading…
Reference in a new issue