FISH: Add 2 commands, engage and lscompmod
engage: Plays a star trek-like starship noise lscompmod: Show which kernel modules are being used
This commit is contained in:
parent
2ca89c32f5
commit
1111b7d5af
1 changed files with 8 additions and 0 deletions
|
@ -72,5 +72,13 @@ function reboot
|
|||
org.freedesktop.ConsoleKit.Manager.Restart
|
||||
end
|
||||
|
||||
function engage
|
||||
play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +25 fade h 1 864000 1
|
||||
end
|
||||
|
||||
function lscompmod -d "List kernel modules used by hardware"
|
||||
lspci -mvk | awk '/^Module/ {print $2}' | sort -u
|
||||
end
|
||||
|
||||
set -x PAGER 'less -FXRS'
|
||||
set -x BROWSER firefox
|
||||
|
|
Loading…
Reference in a new issue