From 25fce569cc7fb856338207c594c8fc07c37b8744 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 1 Mar 2025 16:49:04 +0200 Subject: fix(bash): ps_user not using USER variable --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 58e08f3..7457c0b 100644 --- a/.bashrc +++ b/.bashrc @@ -187,7 +187,7 @@ export PROMPT_COMMAND="shell_var_fix;" } ps_user() { - name="${user#kamen}@$HOSTNAME" + name="${USER#kamen}@$HOSTNAME" njobs="$(jobs_count)" # Our git rev-parse adds a background process, so if we have git, we'll -- cgit v1.2.3