first commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# XProfile.
|
||||
[ -f /etc/xprofile ] && source /etc/xprofile
|
||||
[ -f ~/.xprofile ] && source ~/.xprofile
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
# XProfile.
|
||||
[ -f /etc/xprofile ] && source /etc/xprofile
|
||||
[ -f ~/.xprofile ] && source ~/.xprofile
|
||||