summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config')
-rw-r--r--home-config/bash_profile (renamed from home-config/.bash_profile)0
-rw-r--r--home-config/bashrc (renamed from home-config/.bashrc)4
2 files changed, 4 insertions, 0 deletions
diff --git a/home-config/.bash_profile b/home-config/bash_profile
index 319a0ca..319a0ca 100644
--- a/home-config/.bash_profile
+++ b/home-config/bash_profile
diff --git a/home-config/.bashrc b/home-config/bashrc
index 76bfbec..c8e6503 100644
--- a/home-config/.bashrc
+++ b/home-config/bashrc
@@ -19,6 +19,10 @@ fi
19# Source the system-wide file. 19# Source the system-wide file.
20source /etc/bashrc 20source /etc/bashrc
21 21
22# Activate vim mode >:)
23set -o vi
24set show-mode-in-prompt on
25
22# Adjust the prompt depending on whether we're in 'guix environment'. 26# Adjust the prompt depending on whether we're in 'guix environment'.
23if [ -n "$GUIX_ENVIRONMENT" ] 27if [ -n "$GUIX_ENVIRONMENT" ]
24then 28then