Merge pull request #2174 from lemmi/base-files

base-files: update to 0.129.
This commit is contained in:
Juan RP 2015-08-05 09:25:45 +02:00
commit 5c897fb6d4
3 changed files with 1 additions and 27 deletions

View file

@ -3,8 +3,5 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Source global definitions
[ -f /etc/bashrc ] && . /etc/bashrc
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

View file

@ -1,23 +0,0 @@
# /etc/bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1='[\u@\h \W]\$ '
PS2='> '
PS3='> '
PS4='+ '
case ${TERM} in
xterm*|rxvt*|Eterm|aterm|kterm|gnome*)
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/~}"'
;;
screen)
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033_%s@%s:%s\033\\" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/~}"'
;;
esac
if [ -r /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
fi

View file

@ -1,6 +1,6 @@
# Template file for 'base-files'
pkgname=base-files
version=0.128
version=0.129
revision=1
bootstrap=yes
depends="xbps-triggers"