Skip to content

Commit

Permalink
Bug/fix: custom base-files are distro not machine based
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPayne86 committed Aug 2, 2024
1 parent d1faa02 commit ce0eff0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions recipes-core/base-files/base-files/lmp/share/dot.bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ~/.bashrc: executed by bash(1) for non-login shells.

PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

umask 022

export LS_OPTIONS='--color=auto'
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'

# Some more alias to avoid making mistakes:
# alias rm='rm -i'
# alias cp='cp -i'
# alias mv='mv -i'

export TERM=xterm
resize
2 changes: 1 addition & 1 deletion recipes-core/base-files/base-files_%.bbappend
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FILESEXTRAPATHS:prepend:lmp-base := "${THISDIR}/${PN}:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

0 comments on commit ce0eff0

Please sign in to comment.