Skip to content
Snippets Groups Projects
Commit e6701bfc authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: add lsblk alias containing all relevant information

parent e32ab7e5
No related branches found
No related tags found
No related merge requests found
Pipeline #3023 passed
...@@ -24,3 +24,4 @@ alias disapprove='echo ಠ_ಠ' ...@@ -24,3 +24,4 @@ alias disapprove='echo ಠ_ಠ'
alias ports='netstat -tulanp' alias ports='netstat -tulanp'
alias t='(tmux has-session 2>/dev/null && tmux attach) || (tmux new-session)' alias t='(tmux has-session 2>/dev/null && tmux attach) || (tmux new-session)'
alias rscp='rsync --archival --verbose --partial -rsh=ssh' alias rscp='rsync --archival --verbose --partial -rsh=ssh'
alias lsblk="lsblk --all --fs --paths"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment