mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 09:46:15 -05:00
renamed files to not be hidden
This commit is contained in:
parent
a88af51581
commit
e7cf19865c
2 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue