This website requires JavaScript.
Explore
Help
Sign In
jorge
/
my_linux_prefs
Watch
1
Star
0
Fork
0
mirror of
https://github.com/jorgevasquezp/my_linux_prefs.git
synced
2026-09-16 20:22:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
my_linux_prefs
/
etc
/
profile.d
/
aliases.sh
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
4 lines
101 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Started tracking my linux preferences.
2020-10-07 10:04:51 -07:00
#!/bin/bash
alias
lsblk
=
"lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,UUID"
alias
ls
=
'ls --color=auto'
Reference in New Issue
Copy Permalink