5 lines
196 B
Bash
5 lines
196 B
Bash
alias dc="docker compose"
|
|
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
|
|
|
# Creating an alias to have git graph
|
|
git config --global alias.graph 'log --oneline --graph'
|