From 85114c38bd90edb77c9a421102762c5aabc93853 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 19 May 2025 14:31:44 +0200 Subject: [PATCH] etc/vim/source/option.vim --- etc/vim/source/option.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/vim/source/option.vim b/etc/vim/source/option.vim index c5c4ebc5..e5340d52 100644 --- a/etc/vim/source/option.vim +++ b/etc/vim/source/option.vim @@ -25,8 +25,8 @@ set history=1000 " set shellpipe= " set shellcmdflag=-ic -let $PS1 = "\u@\h:" " See /etc/profile -for file in ["~/.profile", "~/.bash_profile", "~/.bashrc", "~/.zshrc", "/etc/profile"] +" NB 19.05.25 let $PS1 = "\u@\h:" " See /etc/profile +for file in [$HOME . "/.vim/.profile","~/.profile", "~/.bash_profile", "~/.bashrc", "~/.zshrc", "/etc/profile"] if !empty(glob(file)) let $BASH_ENV = resolve(expand(file)) " echo "Load " . file -- 2.47.3