From fd0c34b133eca785c901e70e5ea8a727abe4dd08 Mon Sep 17 00:00:00 2001 From: fanyx Date: Wed, 19 May 2021 12:55:08 +0200 Subject: [PATCH] Fix .ps1 import issue on bash startup --- .debian.bashrc | 4 ++-- .void.bashrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.debian.bashrc b/.debian.bashrc index 76f5503..c5b3d0f 100644 --- a/.debian.bashrc +++ b/.debian.bashrc @@ -11,14 +11,14 @@ # - bash_aliases # - bash-completion -[[ -r ~/.ps1 ]] && . ~/.ps1 - [[ -r ~/.bash_aliases ]] && . ~/.bash_aliases [[ -r /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion [[ -f /etc/bash_completion.d/git-prompt ]] && . /etc/bash_completion.d/git-prompt +[[ -r ~/.ps1 ]] && . ~/.ps1 + ################################# # Debian Defaults # diff --git a/.void.bashrc b/.void.bashrc index 2b46ba6..f40d0f9 100644 --- a/.void.bashrc +++ b/.void.bashrc @@ -11,14 +11,14 @@ # - bash_aliases # - bash-completion -[[ -r ~/.ps1 ]] && . ~/.ps1 - [[ -r ~/.bash_aliases ]] && . ~/.bash_aliases [[ -r /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion [[ -f /usr/share/git/git-prompt.sh ]] && . /usr/share/git/git-prompt.sh +[[ -r ~/.ps1 ]] && . ~/.ps1 + ################################# # Debian Defaults #