Colorful ls on FreeBSD
This commit is contained in:
parent
b11202a67e
commit
4a72ec1c69
3 changed files with 14 additions and 1 deletions
7
.bashrc.freebsd
Normal file
7
.bashrc.freebsd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ -z "$PS1" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
alias ls='ls -G'
|
||||
Loading…
Add table
Add a link
Reference in a new issue