mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
shellrcs: fix comment typo, add alias linux-check-cpu-vulns
Closes: #22
This commit is contained in:
parent
3f81f02bfd
commit
5870a042cd
@ -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
|
||||
|
5
rc/zshrc
5
rc/zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user