base-files: dot_bashrc: read /etc/bashrc properly (found by sasquatch).
This commit is contained in:
parent
bbd2bc6bb7
commit
d35d46d0a2
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
# Source global definitions
|
# Source global definitions
|
||||||
[ -f /etc/bashrc ] && ./etc/bashrc
|
[ -f /etc/bashrc ] && . /etc/bashrc
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.79
|
version=0.80
|
||||||
revision=1
|
revision=1
|
||||||
fulldepends="base-directories xbps-triggers"
|
fulldepends="base-directories xbps-triggers"
|
||||||
short_desc="Void Linux base system files"
|
short_desc="Void Linux base system files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://voidlinux.github.com/"
|
homepage="http://www.voidlinux.eu"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package installs the base system files that aren't installed by any
|
This package installs the base system files that aren't installed by any
|
||||||
|
|
Loading…
Add table
Reference in a new issue