Summary Files CommitsBranches @commit@diff
diff options
context:
space:
mode:
Commit25fce569cc7fb856338207c594c8fc07c37b8744 (patch )
AuthorSyndamia <kamen@syndamia.com>2025-03-01 16:49:04 +0200
CommitterSyndamia <kamen@syndamia.com>2025-03-01 16:49:04 +0200
Files4324043748848eb7ee9bc60f195d521bdd2c0f3e
dotfiles-25fce569cc7fb856338207c594c8fc07c37b8744.tar
dotfiles-25fce569cc7fb856338207c594c8fc07c37b8744.tar.gz
dotfiles-25fce569cc7fb856338207c594c8fc07c37b8744.zip
Parente88648f2cc98b4125454d837dfe7b244a5771e5c (diff)
fix(bash): ps_user not using USER variable
1 files changed, 1 insertions, 1 deletions
-rw-r--r--.bashrc2
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