Rename xbps-base-dirs to xbps-base-files.
Install some default configuation files by default, based on Fedora and Archlinux. --HG-- extra : convert_revision : 28a0ac3594338bbd761c8c68559d09d8e9aec54d
This commit is contained in:
parent
2e40a55bb6
commit
f27cf5c2af
16 changed files with 266 additions and 61 deletions
13
templates/xbps-base-files/files/dot_bash_profile
Normal file
13
templates/xbps-base-files/files/dot_bash_profile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# .bash_profile
|
||||
|
||||
# Get the aliases and functions
|
||||
if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
|
||||
# User specific environment and startup programs
|
||||
|
||||
PATH=$PATH:$HOME/bin
|
||||
PS1="[\u@\h \W]$ "
|
||||
|
||||
export PATH PS1
|
Loading…
Add table
Add a link
Reference in a new issue