1
0

fix: remove deprecated raminfo alias from .bash_aliases

This commit is contained in:
2025-08-03 17:32:45 -05:00
parent 087ffacfbd
commit 7fd2fd7317

View File

@@ -28,4 +28,3 @@ alias install_qemuagent='sudo apt update && sudo apt install -y qemu-guest-agent
alias install_stow='sudo apt install -y stow'
alias install_neofetch='sudo apt install -y neofetch'
alias memoryinfo='sudo dmidecode -t memory | grep -i "Type:\|Speed:\|Size:"'
alias raminfo="sudo dmidecode -t memory | awk '/Memory Device/,/^$/' | grep -E 'Size:|Type:|Speed:'"