Browse Source

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

Alois Mahdal 10 years ago
parent
commit
8a18c15383
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc View 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 ###