diff options
Diffstat (limited to 'bash')
| -rwxr-xr-x[-rw-r--r--] | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 6dd3691..389ebb4 100644..100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | # If not running interactively, don't do anything | 5 | # If not running interactively, don't do anything |
| 6 | [[ $- != *i* ]] && return | 6 | [[ $- != *i* ]] && return |
| 7 | 7 | ||
| 8 | export PS1='[\d][\t]\u on \h\n\w => ' | 8 | export PS1='[\d][\t]\u on \h\n\w $ ' |
| 9 | 9 | ||
| 10 | export PATH="$PATH:$HOME/.local/bin" | 10 | export PATH="$PATH:$HOME/.local/bin" |
| 11 | export PATH="$PATH:$HOME/.local/usr/bin" | 11 | export PATH="$PATH:$HOME/.local/usr/bin" |
