diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-20 18:13:50 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-20 18:13:50 -0400 |
commit | e7cf19865c2d191a8bd5f10b5d3c17075740e385 (patch) | |
tree | 62a3a4fea357fd312c48e0b43275a64f532bfe35 | |
parent | a88af515815576871d6a4b01ac5c448172ee50e2 (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. |
20 | source /etc/bashrc | 20 | source /etc/bashrc |
21 | 21 | ||
22 | # Activate vim mode >:) | ||
23 | set -o vi | ||
24 | set 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'. |
23 | if [ -n "$GUIX_ENVIRONMENT" ] | 27 | if [ -n "$GUIX_ENVIRONMENT" ] |
24 | then | 28 | then |