From d41a4d045312eb11b0d48a5e6aea15f3b339c8c5 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 17 Feb 2023 14:52:14 +0900 Subject: Config bash on GuixSD --- guix/bashrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'guix/bashrc') diff --git a/guix/bashrc b/guix/bashrc index e69de29..e24d2a5 100644 --- a/guix/bashrc +++ b/guix/bashrc @@ -0,0 +1,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\]\$ ' -- cgit 1.4.1