guyleonard / guyleonard/evomics_2017

PATH issues within X2Go env shell.

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Perl
Stars
2
Forks
4
PR merge metrics
No merged PRs in 30d

Description

1) in .bashrc change the PS1 line to this:
export PS1="\[\033[38;5;220m\]\u\[\033[38;5;15m\]@\[\033[38;5;39m\]$NICKNAME\[\033[38;5;15m\]:\[\033[38;5;202m\]\w\[\033[38;5;15m\]\\$ "

2) in .bash_paths add the line below after PATH= and before $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:$HOME/bin:$HOME/.local/bin:

Contributor guide

No contributing guide indexed for this repository

Research direction

Open .bashrc and locate the PS1 line, then inspect .bash_paths around the PATH assignment. Apply the two specified shell-environment changes and verify that the prompt and PATH match the requested values.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.