small
parent
ffa81919d3
commit
9a6ec22f46
|
@ -5,14 +5,6 @@
|
|||
| Archlinux | `git` |
|
||||
| Ubuntu | `git` |
|
||||
|
||||
Add to `~/.bashrc`:
|
||||
|
||||
```bash
|
||||
[[ -f /usr/share/git/completion/git-prompt.sh ]] && \
|
||||
source /usr/share/git/completion/git-prompt.sh
|
||||
PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
|
||||
```
|
||||
|
||||
Save usernames and passwords in `~/.git-credentials`:
|
||||
|
||||
```sh
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
| distribution | package |
|
||||
| ------------ | ------- |
|
||||
| archlinux | `tmux` |
|
||||
| ubuntu | `tmux` |
|
||||
| Archlinux | `tmux` |
|
||||
| Ubuntu | `tmux` |
|
||||
|
||||
Imagine you want to run a long task in terminal, but you don't want to keep terminal open.
|
||||
|
||||
|
|
Loading…
Reference in New Issue