mirror of
https://github.com/jorgevasquezp/my_linux_prefs.git
synced 2026-09-16 18:02:27 +00:00
4 lines
101 B
Bash
Executable File
4 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
alias lsblk="lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,UUID"
|
|
alias ls='ls --color=auto'
|