diff options
| -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 |
