bashrc with evb

This commit is contained in:
Erik Dubois 2021-03-10 22:06:02 +01:00
parent bc43c22316
commit a9fe05ed6d

View 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'