From 19543d4b753d97f21e6984e23847c5253381dc8c Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Sun, 28 Mar 2021 20:33:55 +0800 Subject: [PATCH] dotfiles: Update gitconfig and bashrc for Ubuntu Signed-off-by: Andrei Jiroh Eugenio Halili --- linux.gitconfig | 2 +- ubuntu.bashrc | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/linux.gitconfig b/linux.gitconfig index fefdb1a..daf9bcf 120000 --- a/linux.gitconfig +++ b/linux.gitconfig @@ -1 +1 @@ -git/linux \ No newline at end of file +gitconfig/linux \ No newline at end of file diff --git a/ubuntu.bashrc b/ubuntu.bashrc index d8843d9..e802eb2 100644 --- a/ubuntu.bashrc +++ b/ubuntu.bashrc @@ -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)"