From 7aa32d2a85d716df954f4590a6a73f38bdf3543b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 7 Feb 2023 21:44:11 +0200 Subject: bashrc: update sources --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 35cf2b3..ec59455 100644 --- a/.bashrc +++ b/.bashrc @@ -5,8 +5,8 @@ # honor it and otherwise use /bin/sh. -source ~/.shells/alias -source ~/.shells/exports +source ~/.shells/alias.sh +source ~/.shells/exports.sh #source ~/.shells/prompt PS1='\n\[\e[0m\][\[\e[0;1;38;5;208m\]\w\[\e[0;2;38;5;248m\]|\[\e[0;2;38;5;220m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | colrm 1 2) \[\e[0;2;38;5;242m\]\t\[\e[0m\]]\n\[\e[0m\]-\[\e[0m\]> \[\e[0m\]' -- cgit v1.2.3