diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 1d61ecd..f3b14e9 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | PS1="[\u@\[\e[38;5;148m\]\h\[\e[m\]:\[\e[36m\]\W\[\e[m\]\[\e[m\]]\[\e[m\]\$\[\e[m\] " | 1 | PS1="[\u@\[\e[38;5;148m\]\h\[\e[m\]:\[\e[36m\]\W\[\e[m\]\[\e[m\]]\[\e[m\]\$\[\e[m\] " |
| 2 | PATH="${HOME}/bin:${PATH}" | 2 | PATH="${HOME}/bin:${PATH}" |
| 3 | 3 | ||
| 4 | # Enable flutter | ||
| 5 | if [ -d $HOME/bin/flutter/ ]; then | ||
| 6 | PATH="${HOME}/bin/flutter/bin:${PATH}" | ||
| 7 | fi | ||
| 8 | |||
| 4 | TERM="xterm-256color" | 9 | TERM="xterm-256color" |
| 5 | 10 | ||
| 6 | # direnv's use_nix will overwrite TMPDIR so it needs to be hard coded to /tmp/ | 11 | # direnv's use_nix will overwrite TMPDIR so it needs to be hard coded to /tmp/ |