Browse Source

Add `-W` readelf alias to stop cutting lines

Alois Mahdal 1 month ago
parent
commit
c859f43381
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/config/bashum/main.bashrc

+ 1
- 0
dotfiles/config/bashum/main.bashrc View File

879
 alias reboot="echo -n . ; sync ; echo -n . ; sync ; echo -n . ; systemctl reboot"
879
 alias reboot="echo -n . ; sync ; echo -n . ; sync ; echo -n . ; systemctl reboot"
880
 alias poweroff="echo -n . ; sync ; echo -n . ; sync ; echo -n . ; systemctl poweroff"
880
 alias poweroff="echo -n . ; sync ; echo -n . ; sync ; echo -n . ; systemctl poweroff"
881
 alias pydoc='pydoc3'
881
 alias pydoc='pydoc3'
882
+alias readelf='readelf -W'
882
 
883
 
883
 x4xx() {
884
 x4xx() {
884
     #
885
     #