From 72db940a51ff4be15a43c42d1ec8ee13888c4230 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 10 Sep 2024 17:40:48 +0200 Subject: checkpoint --- config/home/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/home/.bashrc') diff --git a/config/home/.bashrc b/config/home/.bashrc index 149270c..c8c3a52 100644 --- a/config/home/.bashrc +++ b/config/home/.bashrc @@ -7,7 +7,7 @@ PATH=$HOME/bin:$PATH # bold="\[\033[1m\]" # reset="\[\033[0m\]" # PS1="${color1}${bold} ${color3}\\u${reset}${color3}${color4}@${color2}${bold}\\h${reset}${color3} \\w${reset} " -PS1='$ ' +PS1=' \w $ ' HISTFILE= . $HOME/.config/shell/aliases.sh . $HOME/.config/shell/functions.sh -- cgit v1.2.3