Colorful ls on FreeBSD
This commit is contained in:
parent
b11202a67e
commit
4a72ec1c69
3 changed files with 14 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -15,6 +15,8 @@ command -v uname >/dev/null &&
|
|||
FreeBSD)
|
||||
[[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] \
|
||||
&& . /usr/local/share/bash-completion/bash_completion.sh
|
||||
|
||||
. "$HOME/.bashrc.freebsd"
|
||||
;;
|
||||
esac \
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue