summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-04-20 18:13:50 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-04-20 18:13:50 -0400
commite7cf19865c2d191a8bd5f10b5d3c17075740e385 (patch)
tree62a3a4fea357fd312c48e0b43275a64f532bfe35
parenta88af515815576871d6a4b01ac5c448172ee50e2 (diff)
renamed files to not be hidden
-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