This commit is contained in:
Jonas Forsberg
2021-11-12 12:47:28 +01:00
parent c5d16114b8
commit 727a31547c
4 changed files with 8 additions and 35 deletions

1
.alias
View File

@@ -3,6 +3,5 @@ alias ip='ip -color'
alias weather='curl http://v2.wttr.in/Stockholm'
alias gpg='gpg2'
alias ls_dotfiels='/usr/bin/git --git-dir=$HOME/.dotfiles ls-tree --full-tree -r --name-only HEAD'
alias t="todo.sh"
alias gl='git log --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit --date=relative'
alias mariadb='kubectl exec -it $(kubectl get pod --selector=app=mariadb --template "{{range .items}}{{.metadata.name}}{{\"\n\"}}{{end}}") -- mysql'