profile: Source .profile.linux
This commit is contained in:
parent
305ebc231a
commit
1980c17f95
1 changed files with 3 additions and 0 deletions
3
.profile
3
.profile
|
|
@ -15,5 +15,8 @@ command -v uname >/dev/null &&
|
|||
FreeBSD)
|
||||
. "$HOME/.profile.freebsd"
|
||||
;;
|
||||
Linux)
|
||||
. "$HOME/.profile.linux"
|
||||
;;
|
||||
esac \
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue