master
Raw Download raw file
 1# .bashrc
 2
 3# Source global definitions
 4if [ -f /etc/bashrc ]; then
 5	. /etc/bashrc
 6fi
 7
 8# Uncomment the following line if you don't like systemctl's auto-paging feature:
 9# export SYSTEMD_PAGER=
10
11# User specific aliases and functions
12PS1='\[\e[1;{{ prompt_color }}m\][\u@\h \W]\$\[\e[0m\] '