Sfoglia il codice sorgente

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

Alois Mahdal 10 anni fa
parent
commit
8a18c15383
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Vedi File

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