small configs update

This commit is contained in:
arnaucube
2023-07-08 18:07:49 +02:00
parent 8846968651
commit e351920abc
4 changed files with 51 additions and 41 deletions

View File

@@ -22,3 +22,7 @@ alias gdf='git difftool --tool=vimdiff'
alias gs='git status'
# gitg branch views, line from https://gitlab.com/dhole/dot_files/blob/master/.bash_aliases#L39
alias gitg="git log --color --graph --abbrev-commit --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %s %Cgreen(%ar)%C(cyan) %an<%ae>%Creset'"
alias python=python3
alias cat='bat --theme="Monokai Extended" --style=plain'