about summary refs log tree commit diff
path: root/guix/bashrc
blob: e24d2a5ea2ee1a6ff62a1f52fe127373964411d3 (plain) (blame)
1
2
3
4
5
shopt -s checkwinsize
shopt -s globstar
stty -ixon # for C-s
set -o emacs
PS1='\n\[\033[01;32m\]\u@\h${GUIX_ENVIRONMENT:+-shell}\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]\$ '