Skip to content

Commit

Permalink
plugins: update
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Jul 29, 2024
1 parent 11174cf commit c87308a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ alias uac='update-alternatives --config '
alias g='git status'
complete -o default -o nospace -F _git g

alias gh='PAGER= gh'

function _git_t {
__gitcomp "$(git tag -l)";
}
Expand Down
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
path = ~/.gitconfig.local
[core]
editor = vim
excludesfile = /home/vicente/.gitignore
excludesfile = ~/.gitignore
pager = less -F -X
autocrlf = input
[color]
Expand Down

0 comments on commit c87308a

Please sign in to comment.