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

@ -578,7 +578,7 @@ alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
#if hash yay 2>/dev/null; then
# alias pacman="LANG=en yay --needed"
#else
# I don't want to reinstall exact same versions that I have
# I don't want to reinstall exact same versions that I have
alias pacman="LANG=en pacman --needed"
#fi
@ -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

@ -576,7 +576,7 @@ alias lowernocolon="tr -d ':' | tr 'A-Z' 'a-z'"
#if hash yay 2>/dev/null; then
# alias pacman="LANG=en yay --needed"
#else
# I don't want to reinstall exact same versions that I have
# I don't want to reinstall exact same versions that I have
alias pacman="LANG=en pacman --needed"
#fi
@ -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