From e7cf19865c2d191a8bd5f10b5d3c17075740e385 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 20 Apr 2023 18:13:50 -0400 Subject: [PATCH] renamed files to not be hidden --- home-config/{.bash_profile => bash_profile} | 0 home-config/{.bashrc => bashrc} | 4 ++++ 2 files changed, 4 insertions(+) rename home-config/{.bash_profile => bash_profile} (100%) rename home-config/{.bashrc => bashrc} (94%) 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