renamed files to not be hidden

e7cf19865c2d… · Ryan Schanzenbacher ·

parent a88af5158155… view tree

Changed files

diff --git a/home-config/.bash_profile b/home-config/bash_profile
similarity index 100%
rename from home-config/.bash_profile
rename to home-config/bash_profile
diff --git a/home-config/.bashrc b/home-config/bashrc
similarity index 94%
rename from home-config/.bashrc
rename to home-config/bashrc
index 76bfbec..c8e6503 100644
--- a/home-config/.bashrc
+++ b/home-config/bashrc
@@ -19,6 +19,10 @@ fi
# Source the system-wide file.
source /etc/bashrc
+# Activate vim mode >:)
+set -o vi
+set show-mode-in-prompt on
+
# Adjust the prompt depending on whether we're in 'guix environment'.
if [ -n "$GUIX_ENVIRONMENT" ]
then