renamed files to not be hidden

This commit is contained in:
Ryan Schanzenbacher 2023-04-20 18:13:50 -04:00
parent a88af51581
commit e7cf19865c
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,10 @@ fi
# Source the system-wide file. # Source the system-wide file.
source /etc/bashrc 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'. # Adjust the prompt depending on whether we're in 'guix environment'.
if [ -n "$GUIX_ENVIRONMENT" ] if [ -n "$GUIX_ENVIRONMENT" ]
then then