Przeglądaj źródła

Try to make lsblk little more useful on ad-hoc use

Alois Mahdal 10 lat temu
rodzic
commit
8a18c15383
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Wyświetl plik

42
 alias pad4='sed -e "s/^/    /"'
42
 alias pad4='sed -e "s/^/    /"'
43
 alias grepr='grep -nr . --exclude-dir=".git" -e '
43
 alias grepr='grep -nr . --exclude-dir=".git" -e '
44
 alias sc='se --direction=encz.cz'
44
 alias sc='se --direction=encz.cz'
45
+alias lsblk='lsblk -o +UUID,LABEL'
45
 
46
 
46
 ### ...... ###
47
 ### ...... ###
47
 ### OTHERS ###
48
 ### OTHERS ###