Commit ca5f15d7 authored by Florent Revest's avatar Florent Revest

base-files: Install bashrc that sets up a nice PS1, ls colors and DBUS_SESSION_BUS_ADDRESS

parent f53ef36c
# ~/.bashrc: executed by bash(1) for non-login shells.
umask 022
export DBUS_SESSION_BUS_ADDRESS=unix:path=${XDG_RUNTIME_DIR}/dbus/user_bus_socket
export PS1='\\u@\h:\\W\\$ '
export LS_OPTIONS='--color=auto'
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment