8 lines
266 B
Bash
8 lines
266 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'
|
|
|
|
# CrowdSec CLI in Docker
|
|
alias cscli="docker exec -t crowdsec cscli"
|