Browse Source

bashrc with evb

master
Erik Dubois 4 years ago
parent
commit
a9fe05ed6d
  1. 14
      archiso/airootfs/etc/skel/.bashrc

14
archiso/airootfs/etc/skel/.bashrc

@ -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…
Cancel
Save