From 9a6ec22f46b84621e67f60ad21df0967bae29c56 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 18 May 2020 12:14:45 +0700 Subject: [PATCH] small --- Applications/git.md | 8 -------- Applications/tmux.md | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) 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.