10 lines
141 B
Bash
Raw Normal View History

2020-03-08 19:00:12 +01:00
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '