diff --git a/Applications/git.md b/Applications/git.md index dbbdde1..24b0f83 100644 --- a/Applications/git.md +++ b/Applications/git.md @@ -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 diff --git a/Applications/tmux.md b/Applications/tmux.md index c8f8a67..992dae6 100644 --- a/Applications/tmux.md +++ b/Applications/tmux.md @@ -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.