shellrcs: fix comment typo, add alias linux-check-cpu-vulns

Closes: #22
This commit is contained in:
Aminda Suomalainen 2019-08-26 20:31:41 +03:00
parent 3f81f02bfd
commit 5870a042cd
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 8 additions and 2 deletions

View File

@ -594,6 +594,9 @@ alias winkey="xxd /sys/firmware/acpi/tables/MSDM"
# Always exec startx so Ctrl-Alt-Backspace won't lead to unlocked TTY.
alias startx="exec \startx"
# cat list of kernel detected vulnerabilities/states with filenames
alias linux-check-cpu-vulns="tail -n +1 /sys/devices/system/cpu/vulnerabilities/*"
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

View File

@ -592,6 +592,9 @@ alias winkey="xxd /sys/firmware/acpi/tables/MSDM"
# Always exec startx so Ctrl-Alt-Backspace won't lead to unlocked TTY.
alias startx="exec \startx"
# cat list of kernel detected vulnerabilities/states with filenames
alias linux-check-cpu-vulns="tail -n +1 /sys/devices/system/cpu/vulnerabilities/*"
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# .aliases