base-files: remove which2.sh (useless), improve ~/.profile.
This commit is contained in:
parent
ed197f7fed
commit
876cd546eb
4 changed files with 9 additions and 10 deletions
|
@ -6,8 +6,6 @@ if [ -f ~/.bashrc ]; then
|
|||
fi
|
||||
|
||||
# User specific environment and startup programs
|
||||
|
||||
PATH=$PATH:$HOME/bin
|
||||
PS1="[\u@\h \W]$ "
|
||||
|
||||
export PATH PS1
|
||||
if [ -f ~/.profile ]; then
|
||||
. ~/.profile
|
||||
fi
|
||||
|
|
|
@ -3,3 +3,8 @@
|
|||
if [ -f /etc/profile ]; then
|
||||
. /etc/profile
|
||||
fi
|
||||
|
||||
PATH=$PATH:$HOME/bin
|
||||
PS1="[\u@\h \W]$ "
|
||||
|
||||
export PATH PS1
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# Initialization script for bash and sh
|
||||
|
||||
# export AFS if you are in AFS environment
|
||||
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.58
|
||||
version=0.59
|
||||
short_desc="Void GNU/Linux base system files"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
|
|
Loading…
Add table
Reference in a new issue