fish: functions: Delete not much used systemd aliases

This commit is contained in:
Sanchayan Maity 2022-09-30 20:14:27 +05:30
parent 0fa6ed0143
commit edf40d4e04
9 changed files with 0 additions and 27 deletions

View File

@ -1,3 +0,0 @@
function jb --wraps='journalctl -r -b -1' --description 'alias jb=journalctl -r -b -1'
journalctl -r -b -1 $argv
end

View File

@ -1,3 +0,0 @@
function jf --wraps='journalctl -f' --description 'alias jf=journalctl -f'
journalctl -f $argv
end

View File

@ -1,3 +0,0 @@
function jk --wraps='journalctl -r -k' --description 'alias jk=journalctl -r -k'
journalctl -r -k $argv
end

View File

@ -1,3 +0,0 @@
function jr --wraps='journalctl -r' --description 'alias jr=journalctl -r'
journalctl -r $argv
end

View File

@ -1,3 +0,0 @@
function ju --wraps='journalctl -u' --description 'alias ju=journalctl -u'
journalctl -u $argv
end

View File

@ -1,3 +0,0 @@
function jx --wraps='journalctl -xe' --description 'alias jx=journalctl -xe'
journalctl -xe $argv
end

View File

@ -1,3 +0,0 @@
function sdd --wraps='systemctl disable ' --description 'alias sdd=systemctl disable '
systemctl disable $argv
end

View File

@ -1,3 +0,0 @@
function sde --wraps='systemctl enable ' --description 'alias sde=systemctl enable '
systemctl enable $argv
end

View File

@ -1,3 +0,0 @@
function sds --wraps='systemctl status ' --description 'alias sds=systemctl status '
systemctl status $argv
end