dotfiles: Update gitconfig and bashrc for Ubuntu

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-03-28 20:33:55 +08:00
parent 040a4a40f0
commit 19543d4b75
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1 @@
git/linux
gitconfig/linux

View File

@ -126,3 +126,10 @@ export PATH="$HOME/.deta/bin:$PATH"
# scripts in ~/.local/bin and ~/.dotfiles/bin
export PATH="$HOME/.local/bin:$HOME/.dotfiles/bin:$PATH"
# use nano instead of vi
# for git, there's the option of firing up VS Code, if you prefered.
EDITOR=nano
# autocompletion for GitHub CLI
eval "$(gh completion -s bash)"