diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
