bashrc with evb
This commit is contained in:
parent
bc43c22316
commit
a9fe05ed6d
1 changed files with 14 additions and 0 deletions
14
archiso/airootfs/etc/skel/.bashrc
Normal file
14
archiso/airootfs/etc/skel/.bashrc
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
########
|
||||
#ALCI
|
||||
########
|
||||
alias evb='sudo systemctl enable --now vboxservice.service'
|
Loading…
Reference in a new issue