Skip to content
Snippets Groups Projects
Commit 60a8c0b6 authored by nimrod's avatar nimrod
Browse files

Show filesystem type in lsblk alias.

parent e1932cce
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ export CLOUDSDK_ACTIVE_CONFIG_NAME='shore' ...@@ -59,7 +59,7 @@ export CLOUDSDK_ACTIVE_CONFIG_NAME='shore'
alias ll='ls -lha' alias ll='ls -lha'
alias la='ls -AF' alias la='ls -AF'
alias l='ls -F' alias l='ls -F'
alias lsblk='lsblk --output=NAME,RM,RO,SIZE,TYPE,LABEL,UUID,MODEL,TRAN,MOUNTPOINT' alias lsblk='lsblk --output=NAME,RM,RO,SIZE,TYPE,FSTYPE,LABEL,UUID,MODEL,TRAN,MOUNTPOINT'
alias gcc='gcc --std=c99 -Wall -Wextra -Werror -pedantic' alias gcc='gcc --std=c99 -Wall -Wextra -Werror -pedantic'
alias dpkglog="grep -v 'status\\|trigproc\\|configure' /var/log/dpkg.log" alias dpkglog="grep -v 'status\\|trigproc\\|configure' /var/log/dpkg.log"
alias deborphan='deborphan -a --no-show-section --ignore-suggests' alias deborphan='deborphan -a --no-show-section --ignore-suggests'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment