about summary refs log tree commit diff
path: root/guix/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'guix/bashrc')
-rw-r--r--guix/bashrc5
1 files changed, 5 insertions, 0 deletions
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\]\$ '